bug fix: dialog header color

main
Steve Nyemba 2 weeks ago
parent e827e683bd
commit 3d81a192b1

@ -13,3 +13,9 @@
background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}
.dialog-title {
background-image: linear-gradient(to top, #cfd9df 50%, #e2ebf0 50%);
font-weight:bold;
color:#000000;
}
Loading…
Cancel
Save