Skip to content

Commit 2952f47

Browse files
authored
fix: ios description platform color (#133)
1 parent 5a69064 commit 2952f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Description.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const buildStyles: StyleBuilder = (isDark) =>
3131
text: Platform.select({
3232
ios: {
3333
textAlign: "center",
34-
color: PlatformColor("secondaryLabel"),
34+
color: PlatformColor("label"),
3535
fontSize: 13,
3636
marginTop: 4,
3737
},

0 commit comments

Comments
 (0)