1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

dropdown background color fix

This commit is contained in:
codecalm
2023-01-05 03:26:35 +01:00
parent 0bbf1f2537
commit bc4017af6b

View File

@@ -549,6 +549,7 @@ $datagrid-padding: 1.5rem !default;
$datagrid-item-width: 15rem !default;
// Dropdown
$dropdown-bg: var(--#{$prefix}bg-surface) !default;
$dropdown-item-padding-x: .75rem !default;
$dropdown-item-padding-y: .5rem !default;
$dropdown-font-size: $font-size-base !default;