mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-30 12:52:43 +08:00
6 lines
196 B
SCSS
6 lines
196 B
SCSS
@mixin setup-light-data-table {
|
|
$--table-header-icon-color: $--primary-6 !global;
|
|
$--table-scrollbar-color: #ababab !global;
|
|
$--table-loading-background: rgba(255, 255, 255, 0.5) !global;
|
|
}
|