Skip to content

Commit 7876d13

Browse files
Merge pull request #278 from web-ridge/year-picker-text-color-bug
fix: Update text color related to issue #277.
2 parents 1c84b45 + ccaa9ba commit 7876d13

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)