@deriv-com/trading-game-design-system 0.2.13 → 0.2.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/styles.css +1 -1
package/package.json
CHANGED
package/src/styles.css
CHANGED
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
--text-secondary: oklch(0.701 0.050 206.2); /* #7AA8AE */
|
|
101
101
|
--text-tertiary: oklch(0.439 0.054 204.1); /* #295B60 */
|
|
102
102
|
--text-decorative: oklch(0.226 0.024 230.9); /* #101E25 */
|
|
103
|
-
--overlay: oklch(0 0 0 / 50%); /* rgba(0,0,0,0.50) modal scrim */
|
|
103
|
+
--overlay: oklch(0 0 0 / 50%); /* rgba(0,0,0,0.50) modal scrim */
|
|
104
104
|
--sidebar-foreground: oklch(0.929 0.027 179.8);
|
|
105
105
|
--sidebar-primary: oklch(0.905 0.155 194.8);
|
|
106
106
|
--sidebar-primary-foreground: oklch(0.138 0.018 188.4);
|