Skip to content

Commit 6f5be5b

Browse files
committed
mark transparent value as rgba to prevent crashing
1 parent f78ed1e commit 6f5be5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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)