summaryrefslogtreecommitdiffstats
path: root/src/objects
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2023-02-01 16:46:17 +0100
committerVolpeon <git@volpeon.ink>2023-02-01 16:46:17 +0100
commit01b909f226d066293825b76fe0649e08f344fe70 (patch)
tree318a33ce12d5a3e8fb0ebff51fdd692af8319256 /src/objects
parentAdded round button variant (diff)
downloadiro-design-01b909f226d066293825b76fe0649e08f344fe70.tar.gz
iro-design-01b909f226d066293825b76fe0649e08f344fe70.tar.bz2
iro-design-01b909f226d066293825b76fe0649e08f344fe70.zip
Split border color into stable and regular
Diffstat (limited to 'src/objects')
-rw-r--r--src/objects/_dialog.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objects/_dialog.scss b/src/objects/_dialog.scss
index 7c9fb57..6737a1b 100644
--- a/src/objects/_dialog.scss
+++ b/src/objects/_dialog.scss
@@ -37,7 +37,7 @@
37 @include iro.props-store(( 37 @include iro.props-store((
38 --colors: ( 38 --colors: (
39 --outer-border: rgba(#000, .2), 39 --outer-border: rgba(#000, .2),
40 --inner-border: fn.global-color(--border), 40 --inner-border: fn.global-color(--border --stable),
41 --shadow: 0 .2em .5em rgba(#000, .2), 41 --shadow: 0 .2em .5em rgba(#000, .2),
42 ), 42 ),
43 ), 'colors'); 43 ), 'colors');