@mirohq/design-system-styles
Advanced tools
Comparing version 1.0.24-dropdown.0 to 1.0.24-dropdown.1
@@ -37,4 +37,4 @@ 'use strict'; | ||
const defaults = css({ | ||
boxShadow: `0 0 0 1px rgba(104, 129, 255, 1), 0 0 0 5px rgba(217, 224, 255, 1)`, | ||
outline: "none" | ||
boxShadow: "$focus-small-outline", | ||
outline: "$blue-500" | ||
}); | ||
@@ -41,0 +41,0 @@ const inner = css({ |
@@ -15,4 +15,4 @@ import { keyframes } from '@mirohq/design-system-stitches'; | ||
const defaults = css({ | ||
boxShadow: `0 0 0 1px rgba(104, 129, 255, 1), 0 0 0 5px rgba(217, 224, 255, 1)`, | ||
outline: "none" | ||
boxShadow: "$focus-small-outline", | ||
outline: "$blue-500" | ||
}); | ||
@@ -19,0 +19,0 @@ const inner = css({ |
{ | ||
"name": "@mirohq/design-system-styles", | ||
"version": "1.0.24-dropdown.0", | ||
"version": "1.0.24-dropdown.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "Miro", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
11218