Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiees2 committed Apr 3, 2024
1 parent ab01e7f commit 758f255
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Time/TimePickerModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,7 @@ export function TimePickerModal({

let color
if (theme.isV3) {
color = theme.dark
? theme.colors.elevation.level3
: theme.colors.surface
color = theme.dark ? theme.colors.elevation.level3 : theme.colors.surface
} else {
color = theme.dark
? overlay(10, theme.colors.surface)
Expand Down

0 comments on commit 758f255

Please sign in to comment.