Skip to content

Commit

Permalink
fix: color token on audio selector bottom sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 14, 2023
1 parent cdf024e commit 01339d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ const SelectWithLabel = ({ label, icon = <></>, checked, id, onChange }) => {
css={{
fontSize: '$md',
fontWeight: '$semiBold',
color: checked ? '$on_surface_high' : '$on_surface_low',
color: '$on_surface_high',
cursor: 'pointer',
display: 'flex',
alignItems: 'center',
Expand Down

0 comments on commit 01339d9

Please sign in to comment.