Skip to content

Commit 5c9e876

Browse files
authored
Merge pull request #6989 from StoDevX/drew/stub-android-platform-color
Get Android building again (PlatformColors)
2 parents 1938f52 + f400946 commit 5c9e876

File tree

3 files changed

+190
-65
lines changed

3 files changed

+190
-65
lines changed

modules/colors/colors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const yellow = platform.systemYellow
1515

1616
export const black = '#111111'
1717
export const white = '#FFFFFF'
18-
export const transparent = platform.clear
18+
export const transparent = 'rgba(0, 0, 0, 0)'
1919

2020
// MARK: Greens
2121
export const emerald = 'rgb(1, 152, 117)'

0 commit comments

Comments
 (0)