1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-13 15:03:26 +00:00

[CL-397] Remove primary-500 (#11036)

This commit is contained in:
Victoria League
2024-09-13 15:56:39 -04:00
committed by GitHub
parent 04c75b9b20
commit abf57b3593
4 changed files with 3 additions and 6 deletions

View File

@@ -27,7 +27,6 @@ export const Table = (args) => (
<tbody>
{Row("primary-100")}
{Row("primary-300")}
{Row("primary-500")}
{Row("primary-600")}
{Row("primary-700")}
</tbody>

View File

@@ -11,7 +11,6 @@
--color-primary-100: 219 229 246;
--color-primary-300: 121 161 233;
--color-primary-500: 23 93 220;
--color-primary-600: 23 93 220;
--color-primary-700: 26 65 172;
@@ -66,7 +65,6 @@
--color-primary-100: 2 15 102;
--color-primary-300: 26 65 172;
--color-primary-500: 54 117 232;
--color-primary-600: 101 171 255;
--color-primary-700: 170 195 239;