fix: background color

This commit is contained in:
Hachi-R 2025-01-19 19:48:48 -03:00
parent f037d3d112
commit 88fe3d8f07

View file

@ -54,7 +54,7 @@
&__item { &__item {
width: 100%; width: 100%;
background-color: globals.$color-background; background-color: globals.$background-color;
display: flex; display: flex;
border-radius: 8px; border-radius: 8px;
border: solid 1px globals.$border-color; border: solid 1px globals.$border-color;