Skip to content

Commit 8eb4b94

Browse files
committed
fix: correct color
1 parent c2d1db6 commit 8eb4b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Time/TimePickerModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ export function TimePickerModal({
194194
<IconButton
195195
iconColor={
196196
theme?.isV3
197-
? theme.colors.onSurfaceVariant
197+
? theme.colors.onBackground
198198
: (theme as any as MD2Theme).colors.text
199199
}
200200
icon={getTimeInputTypeIcon(inputType, {

0 commit comments

Comments
 (0)