Skip to content

Commit ccaa9ba

Browse files
committed
fix: Update text color related to issue #277.
1 parent 1c84b45 commit ccaa9ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Date/YearPicker.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function YearPure({
105105
: {
106106
color: theme.isV3
107107
? theme.colors.onSurfaceVariant
108-
: undefined,
108+
: theme.colors.onSurface,
109109
},
110110
{ ...textFont },
111111
]}
@@ -126,7 +126,6 @@ const styles = StyleSheet.create({
126126
top: 56,
127127
zIndex: 100,
128128
},
129-
130129
list: {
131130
flex: 1,
132131
},

0 commit comments

Comments
 (0)