Skip to content

Commit 86490a2

Browse files
authored
style: update PadsDialog styling for improved UI (#81)
- Added a semi-transparent background color and a blur effect to the PadsDialog component, enhancing the visual appeal and focus on the dialog content.
1 parent f0e077a commit 86490a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/frontend/src/ui/PadsDialog.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
right: 0;
77
bottom: 0;
88
z-index: 1000;
9+
background-color: rgba(0, 0, 0, 0.2);
10+
backdrop-filter: blur(1px);
911
}
1012

1113
&__title-container {

0 commit comments

Comments
 (0)