fix bug grid + buttons

This commit is contained in:
Tran Van Dung/(Tran Van Dung)/현장대리인/SK
2025-08-14 12:30:55 +07:00
parent 2cea34dbab
commit c810139554
6 changed files with 68 additions and 41 deletions

View File

@ -144,11 +144,10 @@
}
&.ant-btn-danger {
&.ant-btn-background-ghost {
color: map-deep-get($config, #{$theme}, "ant-btn-danger-color");
border-color: map-deep-get($config, #{$theme}, "ant-btn-danger-color");
// background: map-deep-get($config, #{$theme}, "ant-btn-danger-color") !important;
color:map-deep-get($config, #{$theme}, "ant-btn-danger-color");
border-color:map-deep-get($config, #{$theme}, "ant-btn-danger-border");
background: map-deep-get($config, #{$theme}, "ant-btn-danger-bg") !important;
}
}