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:
Jackson Harper
2022-05-12 13:33:37 -07:00
parent 279995d9a3
commit ad071ca677

View File

@ -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',