diff --git a/app/components/Key.ts b/app/components/Key.ts index d3068a280..5cbc6d6a8 100644 --- a/app/components/Key.ts +++ b/app/components/Key.ts @@ -12,7 +12,7 @@ const Key = styled.kbd` font-family: ${(props) => props.symbol ? props.theme.fontFamily : props.theme.fontFamilyMono}; line-height: 10px; - color: ${(props) => props.theme.textSecondary}; + color: ${(props) => props.theme.almostBlack}; vertical-align: middle; background-color: ${(props) => props.theme.smokeLight}; border: solid 1px ${(props) => props.theme.slateLight};