Skip to content

Commit 00ea60d

Browse files
committed
fix lint
1 parent 552343d commit 00ea60d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Time/TimePickerModal.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,7 @@ export function TimePickerModal({
133133

134134
let color
135135
if (theme.isV3) {
136-
color = theme.dark
137-
? theme.colors.elevation.level3
138-
: theme.colors.surface
136+
color = theme.dark ? theme.colors.elevation.level3 : theme.colors.surface
139137
} else {
140138
color = theme.dark
141139
? overlay(10, theme.colors.surface)

0 commit comments

Comments
 (0)