Skip to content

Commit 63e0354

Browse files
committed
style: update SettingsDialog styles for improved UI
- Introduced background color and backdrop filter to the dialog wrapper for better visual appeal.
1 parent d84ef9a commit 63e0354

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/frontend/src/ui/SettingsDialog.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
.settings-dialog {
2+
3+
.control-label {
4+
font-size: 0px;
5+
}
6+
27
&__wrapper {
38
position: absolute;
49
top: 0;
510
left: 0;
611
right: 0;
712
bottom: 0;
813
z-index: 1000;
14+
background-color: rgba(0, 0, 0, 0.2);
15+
backdrop-filter: blur(1px);
916
}
1017

1118
&__title-container {

0 commit comments

Comments
 (0)