Skip to content

Commit

Permalink
fix: position detail light mode color
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleypena committed Jul 15, 2024
1 parent 92c686a commit 25d44d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export function ClmmPositionItemsCard({

<GridItem area="price" justifySelf={['stretch', 'left']}>
<Flex flexDirection={['column', 'row']} gap={2} justify="space-between" alignItems="center">
<Text color={colors.textTertiary}>
<Text color={colors.lightPurple}>
{t('field.current_price')}:{' '}
<Text as="span" color={colors.textPrimary}>
{baseIn
Expand Down
2 changes: 1 addition & 1 deletion src/theme/cssVariables/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ export const lightColors: Partial<typeof darkColors> = {
warnButtonBg: '#FED33A33',
warnButtonLightBg: '#FED33A1A',
buttonBg01: '#ABC4FF1F',
lightPurple: '#BFD2FF',
lightPurple: '#474ABB',
background01: '#EDEDFF',
cardBorder01: '#8C6EEF80',
text01: '#D6CC56',
Expand Down

0 comments on commit 25d44d3

Please sign in to comment.