mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +08:00
6 lines
210 B
SCSS
6 lines
210 B
SCSS
@mixin setup-dark-advance-table {
|
|
$--table-header-icon-color: $--primary-6 !global;
|
|
$--table-scrollbar-color: rgba(255, 255, 255, 0.2) !global;
|
|
$--table-loading-background: rgba(0, 0, 0, 0.15) !global;
|
|
}
|