Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
vraja-pro committed Jan 23, 2025
1 parent 075b19e commit 2b1ffa2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/ui-library/src/elements/table/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@

.yst-table-cell {
@apply yst-px-3 yst-py-4 yst-text-sm yst-text-slate-600;
}
}
}
}

.yst-table--default {
@apply yst-rounded-lg yst-shadow yst-ring-1 yst-ring-black yst-ring-opacity-5;

table {
@apply yst-divide-y yst-divide-slate-300;

thead{
thead {
@apply yst-bg-slate-50;

.yst-table-header {
Expand All @@ -45,6 +45,7 @@
.yst-table-header {
@apply yst-align-bottom;
}

tbody {
@apply yst-divide-y yst-divide-gray-200 yst-bg-white;
}
Expand Down

0 comments on commit 2b1ffa2

Please sign in to comment.