Skip to content

Commit 4233426

Browse files
authored
fix: adds backdrop blur to button (#3006)
1 parent 75fbec2 commit 4233426

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/admin/components/elements/Button/index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ a.btn {
8989
box-shadow: $base-box-shadow;
9090
color: var(--theme-elevation-800);
9191
background: none;
92+
backdrop-filter: blur(5px);
9293

9394
&:hover {
9495
background: var(--theme-elevation-100);

0 commit comments

Comments
 (0)