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 5391165 commit 19c944aCopy full SHA for 19c944a
core/src/themes/native/native.theme.default.scss
@@ -7,9 +7,10 @@
7
// Default Ionic Colors
8
// -------------------------------------------------------------------------------------------
9
// Color map should provide
10
-// - base: main color to be used.
+// - base: Color that will be primarily used
11
+// - base-rgb: The base color in rgb format
12
// - contrast: Color that will provide readable text against the base color
-// - contrast-rgb: color-to-rgb-list(Color that will provide readable text against the base colo)r
13
+// - contrast-rgb: The contrast color in rgb format
14
// - shade: 12% darker version of the base color (mix with black)
15
// - tint: 10% lighter version of the base color (mix with white)
16
0 commit comments