add core skin fixes

This commit is contained in:
Barış Soner Uşaklı
2024-11-13 12:47:46 -05:00
parent 2ec3d1afba
commit 9e2b88a221
2 changed files with 7 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
@import "global";
@import "modals";
@import "btn-ghost";
@import "skins";
@import "modules/picture-switcher";
@import "modules/bottom-sheet";
@import "modules/icon-picker";

6
public/scss/skins.scss Normal file
View File

@@ -0,0 +1,6 @@
// fixes for global skin issues
// fix minty buttons
.skin-minty .btn{
color: initial!important;
}