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 2b1ffa2 commit fae50a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui-library/src/elements/table/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.yst-table-header {
@apply yst-px-3 yst-py-4 yst-text-start yst-text-sm yst-font-semibold yst-text-slate-900;
}

.yst-table-cell {
@apply yst-px-3 yst-py-4 yst-text-sm yst-text-slate-600;
}
Expand All @@ -16,7 +16,7 @@

.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;

Expand Down

0 comments on commit fae50a9

Please sign in to comment.