Skip to content

Commit f400946

Browse files
committed
fill android link colors as accent color
1 parent 6f5be5b commit f400946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/colors/platform.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ export const opaqueSeparator = Platform.select({
270270
*/
271271
export const link = Platform.select({
272272
ios: PlatformColor('link'),
273-
android: TEMP_ANDROID_FOREGROUND,
273+
android: PlatformColor('?attr/colorAccent'),
274274
})
275275

276276
// MARK: Adaptable colors

0 commit comments

Comments
 (0)