Fix navbar mods having broken border radius

This commit is contained in:
daudix
2024-10-11 19:32:15 +03:00
parent c2b0746b8c
commit 747f4bd992
4 changed files with 15 additions and 3 deletions

View File

@ -2,6 +2,6 @@
@include theme-variables using ($theme) {
@if $theme == "light" {
--edge-highlight: 0 0 0 transparent;
--edge-highlight: 0 0 transparent;
}
}