1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-13 06:54:07 +00:00

[CL-245] Add new color swatches to storybook (#8697)

This commit is contained in:
Victoria League
2024-04-11 10:46:02 -04:00
committed by GitHub
parent c530477bd3
commit 6962690660

View File

@@ -25,13 +25,16 @@ export const Table = (args) => (
{Row("background-alt4")}
</tbody>
<tbody>
{Row("primary-100")}
{Row("primary-300")}
{Row("primary-500")}
{Row("primary-600")}
{Row("primary-700")}
</tbody>
<tbody>
{Row("secondary-100")}
{Row("secondary-300")}
{Row("secondary-500")}
{Row("secondary-600")}
{Row("secondary-700")}
</tbody>
@@ -63,6 +66,7 @@ export const Table = (args) => (
{Row("text-contrast")}
{Row("text-alt2")}
{Row("text-code")}
{Row("text-headers")}
</tbody>
</table>
);