mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Use update colour name
This commit is contained in:
parent
aba2e7892e
commit
6471e67fa8
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ export function FontFamiliesOptions(props: FontFamiliesListProps): JSX.Element {
|
|||
css={{ cursor: 'pointer', py: '4px', width: '100%' }}
|
||||
onClick={() => props.setShowFontFamilies(false)}
|
||||
>
|
||||
<CaretLeft color={theme.colors.textSubtle.toString()} size={15} />
|
||||
<CaretLeft color={theme.colors.utilityTextSubtle.toString()} size={15} />
|
||||
<StyledText css={{ textAlign: 'center', m: 0, fontSize: 14, fontWeight: 'bold', width: '100%', wordWrap: 'revert' }}>Choose Font</StyledText>
|
||||
</HStack>
|
||||
</HStack>
|
||||
|
|
|
|||
Loading…
Reference in a new issue