fix: border color

This commit is contained in:
Hachi-R 2025-01-19 19:42:18 -03:00
parent a52979d912
commit f037d3d112

View file

@ -13,7 +13,7 @@
&-divider { &-divider {
flex: 1; flex: 1;
background-color: globals.$color-border; background-color: globals.$border-color;
height: 1px; height: 1px;
} }
@ -57,7 +57,7 @@
background-color: globals.$color-background; background-color: globals.$color-background;
display: flex; display: flex;
border-radius: 8px; border-radius: 8px;
border: solid 1px globals.$color-border; border: solid 1px globals.$border-color;
overflow: hidden; overflow: hidden;
box-shadow: 0px 0px 5px 0px #000000; box-shadow: 0px 0px 5px 0px #000000;
transition: all ease 0.2s; transition: all ease 0.2s;
@ -71,7 +71,7 @@
width: 280px; width: 280px;
min-width: 280px; min-width: 280px;
height: auto; height: auto;
border-right: solid 1px globals.$color-border; border-right: solid 1px globals.$border-color;
position: relative; position: relative;
z-index: 1; z-index: 1;