@deriv-com/trading-game-design-system 0.2.16 → 0.2.17
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 +2 -1
package/package.json
CHANGED
package/src/styles.css
CHANGED
|
@@ -167,7 +167,8 @@
|
|
|
167
167
|
|
|
168
168
|
@layer base {
|
|
169
169
|
* {
|
|
170
|
-
|
|
170
|
+
border-color: var(--color-border);
|
|
171
|
+
outline-color: color-mix(in oklch, var(--color-ring) 50%, transparent);
|
|
171
172
|
}
|
|
172
173
|
body {
|
|
173
174
|
@apply bg-background text-foreground font-sans antialiased;
|