1.0.1 #278

Merged
edraft merged 30 commits from 1.0.1 into master 2023-03-29 21:00:03 +02:00
4 changed files with 16 additions and 0 deletions
Showing only changes of commit 7ba0247519 - Show all commits

View File

@ -353,6 +353,10 @@
color: $primaryTextColor;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
color: $primaryTextColor !important;
}
.p-dropdown-panel {
background-color: $secondaryBackgroundColor !important;

View File

@ -353,6 +353,10 @@
color: $primaryTextColor;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
color: $primaryTextColor !important;
}
.p-dropdown-panel {
background-color: $primaryBackgroundColor !important;

View File

@ -357,6 +357,10 @@
color: $primaryTextColor;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
color: $primaryTextColor !important;
}
.p-dropdown-panel {
background-color: $secondaryBackgroundColor !important;

View File

@ -353,6 +353,10 @@
color: $primaryTextColor;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
color: $primaryTextColor !important;
}
.p-dropdown-panel {
background-color: $primaryBackgroundColor !important;