Fixed input styling #344 #1.1.0.rc4

This commit is contained in:
2023-08-17 09:56:21 +02:00
parent 5912708d3a
commit 352b44be0f
4 changed files with 52 additions and 21 deletions

View File

@@ -348,9 +348,11 @@
}
p-dropdown {
.p-dropdown {
background-color: $primaryBackgroundColor !important;
border-color: $primaryTextColor !important;
border: $default-border;
border-radius: 10px;
background-color: $secondaryBackgroundColor !important;
color: $primaryTextColor !important;
span {
@@ -681,4 +683,7 @@
box-shadow: none !important;
}
p-inputNumber {
background-color: $primaryBackgroundColor !important;
}
}