From ad071ca677213bc79c17945cb3326d6cf4435898 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Thu, 12 May 2022 13:33:37 -0700 Subject: [PATCH] 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. --- packages/web/components/elements/ExtensionsInstallHelp.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/components/elements/ExtensionsInstallHelp.tsx b/packages/web/components/elements/ExtensionsInstallHelp.tsx index 9e087b989..93edcb668 100644 --- a/packages/web/components/elements/ExtensionsInstallHelp.tsx +++ b/packages/web/components/elements/ExtensionsInstallHelp.tsx @@ -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',