Replace "more" icon in header
This commit is contained in:
parent
4519aa4abf
commit
e3f2b6b2de
2 changed files with 9 additions and 2 deletions
|
@ -3069,10 +3069,16 @@ $timer-icons: '55', '50', '45', '40', '35', '30', '25', '20', '15', '10', '05',
|
|||
}
|
||||
|
||||
@include light-theme {
|
||||
@include color-svg('../images/icons/v2/more-horiz-24.svg', $color-gray-75);
|
||||
@include color-svg(
|
||||
'../images/icons/v2/chevron-down-24.svg',
|
||||
$color-gray-75
|
||||
);
|
||||
}
|
||||
@include dark-theme {
|
||||
@include color-svg('../images/icons/v2/more-horiz-24.svg', $color-gray-15);
|
||||
@include color-svg(
|
||||
'../images/icons/v2/chevron-down-24.svg',
|
||||
$color-gray-15
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue