feat: update links default color to match design documents
This commit is contained in:
@@ -94,6 +94,7 @@ export const theme = {
|
||||
'Surface/Brand/Primary 2/OnSurface/Accent': '#FFFFFF',
|
||||
'Surface/Brand/Primary 3/OnSurface/Default': '#FFFFFF',
|
||||
'Surface/Brand/Primary 3/OnSurface/Accent': '#FFFFFF',
|
||||
'Surface/Brand/Primary 3/OnSurface/Accent Secondary': '#FFFFFF',
|
||||
'Utilities/Gradients/10': '#3C43361A',
|
||||
'Font family/Downtown Camper/Title': 'Gotham',
|
||||
'Font family/Downtown Camper/Body': 'Fira sans',
|
||||
@@ -149,8 +150,9 @@ export const theme = {
|
||||
'Text/Accent Secondary': '#747474',
|
||||
'Text/Inverted': '#FFFFFF',
|
||||
'Text/Interactive/Default': '#1F1F1F',
|
||||
'Text/Interactive/Hover': '#834722',
|
||||
'Text/Interactive/Secondary': '#834722',
|
||||
'Text/Interactive/Hover Secondary': '#BB7524',
|
||||
'Text/Interactive/Secondary Hover': '#BB7524',
|
||||
'Text/Interactive/Disabled': '#8C8C8C',
|
||||
'Text/Interactive/Focus': '#262626',
|
||||
'Text/Interactive/Error': '#AD0015',
|
||||
@@ -288,7 +290,6 @@ export const theme = {
|
||||
'Border/Interactive/Focus': '#262626',
|
||||
'Border/Interactive/Disabled': '#BFBFBF',
|
||||
'Border/Interactive/Error': '#AD0015',
|
||||
'Border/Interactive/KeyboardFocus': '#5B8FD4',
|
||||
'Component/Button/Muted/Fill/Default': '#FFFFFF00',
|
||||
'Component/Button/Muted/Fill/Hover': '#FFFFFF0D',
|
||||
'Component/Button/Muted/Fill/Disabled': '#FFFFFF1A',
|
||||
|
||||
Reference in New Issue
Block a user