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': '#F0DDD81A',
|
||||
'Font family/Haymarket/Title': 'Prumo text',
|
||||
'Font family/Haymarket/Body': 'Fira sans',
|
||||
@@ -149,8 +150,9 @@ export const theme = {
|
||||
'Text/Accent Secondary': '#805E45',
|
||||
'Text/Inverted': '#FFFFFF',
|
||||
'Text/Interactive/Default': '#1F1F1F',
|
||||
'Text/Interactive/Hover': '#805E45',
|
||||
'Text/Interactive/Secondary': '#805E45',
|
||||
'Text/Interactive/Hover Secondary': '#BA8E6E',
|
||||
'Text/Interactive/Secondary Hover': '#BA8E6E',
|
||||
'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