diff --git a/packages/table/src/Table.stories.tsx b/packages/table/src/Table.stories.tsx index 10fe78563..8a9bee2aa 100644 --- a/packages/table/src/Table.stories.tsx +++ b/packages/table/src/Table.stories.tsx @@ -62,7 +62,10 @@ const Template: Story = ({ - + + Some text + + Some text diff --git a/packages/table/src/table.scss b/packages/table/src/table.scss index 28468cb32..cacd4dce6 100644 --- a/packages/table/src/table.scss +++ b/packages/table/src/table.scss @@ -8,15 +8,18 @@ box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); background: $white; - &-th { - font-weight: $table-head-font-weight; + thead .af-table__th:not(:last-child) { + border-right: 1px solid white; + } + + tbody .af-table__tr:not(:last-child) .af-table__th { + border-bottom: 1px solid white; } &__th { height: 100%; color: $white; background: $color-azur; - box-shadow: 0 0 1px 1px $white; font-size: 1rem; text-align: left; position: relative;