1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

[CL-572] adding new colors for icons, update icon docs (#15367)

* adding new colors for icons, update icon docs, remove art from colors mdx
This commit is contained in:
Jason Ng
2025-06-30 15:10:01 -04:00
committed by GitHub
parent 7eb7507229
commit f9d0e6fe4a
4 changed files with 46 additions and 13 deletions

View File

@@ -62,9 +62,14 @@ export const Table = (args) => (
{Row("notification-600")}
</tbody>
<tbody>
{Row("art-primary")}
{Row("art-accent")}
{Row("illustration-outline")}
{Row("illustration-bg-primary")}
{Row("illustration-bg-secondary")}
{Row("illustration-bg-tertiary")}
{Row("illustration-tertiary")}
{Row("illustration-logo")}
</tbody>
<thead>
<tr>
<th>Text</th>
@@ -78,6 +83,7 @@ export const Table = (args) => (
{Row("text-alt2")}
{Row("text-code")}
</tbody>
</table>
);