We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f78ed1e commit 6f5be5bCopy full SHA for 6f5be5b
modules/colors/colors.ts
@@ -15,7 +15,7 @@ export const yellow = platform.systemYellow
15
16
export const black = '#111111'
17
export const white = '#FFFFFF'
18
-export const transparent = platform.clear
+export const transparent = 'rgba(0, 0, 0, 0)'
19
20
// MARK: Greens
21
export const emerald = 'rgb(1, 152, 117)'
0 commit comments