update code

This commit is contained in:
Nguyen Van Luan/(Nguyen Van Luan)/현장대리인/SK
2025-08-07 19:04:13 +09:00
parent a06d2e553d
commit 71394443ac
11 changed files with 48 additions and 22 deletions

View File

@ -137,6 +137,11 @@
color:map-deep-get($config, #{$theme}, "ant-btn-default-color");
}
&.ant-btn-popup-default {
background:map-deep-get($config, #{$theme}, "ant-btn-popup-bg");
color:map-deep-get($config, #{$theme}, "ant-btn-popup-color");
}
&.ant-btn-danger {
&.ant-btn-background-ghost {
color:map-deep-get($config, #{$theme}, "ant-btn-danger-color");

View File

@ -177,8 +177,13 @@ $config: (
v-header-border: #424242,
v-chart-border: #424242,
v-sidebar-border: #303030,
<<<<<<< Updated upstream
ant-checkbox-bg: #212224,
ant-checkbox-border: #424242,
=======
ant-btn-popup-bg: #212224,
ant-btn-popup-color: #FFFFFFD9,
>>>>>>> Stashed changes
),
light: (w-g5: $--color-gray_555,
g5-w: $--color-white,
@ -319,7 +324,12 @@ $config: (
v-header-border: #D9D9D9,
v-chart-border: #D9D9D9,
v-sidebar-border: #F0F0F0,
<<<<<<< Updated upstream
ant-checkbox-bg: #FFFFFF,
ant-checkbox-border: #D9D9D9,
=======
ant-btn-popup-bg: #FFFFFF,
ant-btn-popup-color: #000000E0,
>>>>>>> Stashed changes
),
);