Use the same colour on the download button regardless of usage
The download button is always yellow regardless of the usage so the text should always be a contrasting black, not a themed colour.
This commit is contained in:
@ -292,7 +292,7 @@ export default function ExtensionsInstallHelp({
|
||||
height: 'min-content',
|
||||
textDecoration: 'none',
|
||||
width: !onboarding ? '100%' : '210px',
|
||||
color: !onboarding ? '$grayTextContrast' : 'rgba(10, 8, 6, 0.8)',
|
||||
color: 'rgba(10, 8, 6, 0.8)',
|
||||
textAlign: 'center',
|
||||
'@lgDown': {
|
||||
width: '27vw',
|
||||
|
||||
Reference in New Issue
Block a user