1.0.1 #278

Merged
edraft merged 30 commits from 1.0.1 into master 2023-03-29 21:00:03 +02:00
6 changed files with 18 additions and 2 deletions
Showing only changes of commit 61bf508cea - Show all commits

View File

@ -1,6 +1,6 @@
{
"name": "kdb-web",
"version": "1.0.0",
"version": "1.1.0",
"scripts": {
"ng": "ng",
"update-version": "ts-node-esm update-version.ts",

View File

@ -4,7 +4,7 @@
"ImprintURL": "https://www.sh-edraft.de/Impressum",
"WebVersion": {
"Major": "1",
"Minor": "0",
"Minor": "1",
"Micro": "0"
},
"Themes": [

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;