Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 47ed81b

Browse files
chore: aligning colors with figma
1 parent 07764c9 commit 47ed81b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

src/figma/darkTheme.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,31 +13,31 @@
1313
"description": "For secondary neutral backgrounds."
1414
},
1515
"default-hover": {
16-
"value": "#282b2e",
16+
"value": "#313235",
1717
"type": "color",
1818
"parent": "Theme Colors/Dark mode",
1919
"description": "For \"hover\" states that use background-default."
2020
},
2121
"default-pressed": {
22-
"value": "#36383b",
22+
"value": "#3f4145",
2323
"type": "color",
2424
"parent": "Theme Colors/Dark mode",
2525
"description": "For \"pressed\" states that use background-alternative."
2626
},
2727
"alternative-hover": {
28-
"value": "#191b1d",
28+
"value": "#1f2123",
2929
"type": "color",
3030
"parent": "Theme Colors/Dark mode",
3131
"description": "For \"hover\" states that use background-alternative."
3232
},
3333
"alternative-pressed": {
34-
"value": "#27292a",
34+
"value": "#2e3033",
3535
"type": "color",
3636
"parent": "Theme Colors/Dark mode",
3737
"description": "For \"pressed\" states that use background-alternative."
3838
},
3939
"hover": {
40-
"value": "#ffffff05",
40+
"value": "#ffffff0a",
4141
"type": "color",
4242
"parent": "Theme Colors/Dark mode",
4343
"description": "For \"hover\" state that use no background fill."

src/figma/lightTheme.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"description": "For secondary neutral backgrounds."
1414
},
1515
"default-hover": {
16-
"value": "#fafafa",
16+
"value": "#f5f5f5",
1717
"type": "color",
1818
"parent": "Theme Colors/Light mode",
1919
"description": "For \"hover\" states that use background-default."
@@ -25,19 +25,19 @@
2525
"description": "For \"pressed\" states that use background-alternative."
2626
},
2727
"alternative-hover": {
28-
"value": "#edeff1",
28+
"value": "#e7ebee",
2929
"type": "color",
3030
"parent": "Theme Colors/Light mode",
3131
"description": "For \"hover\" states that use background-alternative."
3232
},
3333
"alternative-pressed": {
34-
"value": "#dfe0e2",
34+
"value": "#dbe0e6",
3535
"type": "color",
3636
"parent": "Theme Colors/Light mode",
3737
"description": "For \"pressed\" states that use background-alternative."
3838
},
3939
"hover": {
40-
"value": "#00000005",
40+
"value": "#0000000a",
4141
"type": "color",
4242
"parent": "Theme Colors/Light mode",
4343
"description": "For \"hover\" state that use no background fill."
@@ -305,7 +305,7 @@
305305
"description": "For primary drop shadow color."
306306
},
307307
"error": {
308-
"value": "#d7384766",
308+
"value": "#ca354266",
309309
"type": "color",
310310
"parent": "Theme Colors/Light mode",
311311
"description": "For critical/danger drop shadow color."

0 commit comments

Comments
 (0)