bug fix: dialog header color

main
Steve Nyemba 2 weeks ago
parent e827e683bd
commit 3d81a192b1

@ -10,6 +10,12 @@
padding:4px;
align-content: center;
align-items:center;
background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
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