Skip to content

Commit

Permalink
fix: use foreground.dynamic.secondary for carnet footer
Browse files Browse the repository at this point in the history
  • Loading branch information
rosvik committed Jan 13, 2025
1 parent fba842d commit 9a53581
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/fare-contracts/carnet/CarnetFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,15 +112,15 @@ const useStyles = StyleSheet.createThemeHook((theme) => ({
backgroundColor: theme.color.background.neutral[1].background,
},
dot: {
backgroundColor: theme.color.background.accent[1].background,
backgroundColor: theme.color.foreground.dynamic.secondary,
borderRadius: 20,
borderColor: theme.color.background.accent[1].background,
borderColor: theme.color.foreground.dynamic.secondary,
borderWidth: 2,
width: 16,
height: 16,
},
dot__unused: {
backgroundColor: theme.color.background.neutral[0].background,
backgroundColor: 'transparent',
},
dotFill__activeViewBox: {
height: '100%',
Expand Down

0 comments on commit 9a53581

Please sign in to comment.