Skip to content

Commit

Permalink
test: update color storybook table
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiyeon-lunit committed Jun 10, 2024
1 parent 57d3a11 commit 11e9720
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,14 @@ const TokenPaletteTable = ({ kind }: TokenPaletteTableProps) => {
<TableRow>
<TableCell colSpan={2}> </TableCell>
<TableCell colSpan={2}>Light</TableCell>
<TableCell colSpan={4}>Dark</TableCell>
<TableCell colSpan={2}>Dark</TableCell>
</TableRow>
<TableRow>
<TableCell>Token name</TableCell>
<TableCell>Light 1</TableCell>
<TableCell>Light 2</TableCell>
<TableCell>Dark 1</TableCell>
<TableCell>Dark 2</TableCell>
<TableCell>Dark 3</TableCell>
<TableCell>Dark 4</TableCell>
</TableRow>
</TableHead>
<TableBody>
Expand Down

0 comments on commit 11e9720

Please sign in to comment.