Skip to content

Commit 4d9f92c

Browse files
committed
chore: update css
1 parent beccb57 commit 4d9f92c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/css/base.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4158,9 +4158,9 @@ textarea::placeholder {
41584158

41594159
.bulk-selection-widget {
41604160
border: 1px solid var(--B500);
4161-
background: var(--B50);
4162-
box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.35);
4163-
backdrop-filter: blur(5px);
4161+
background: rgba(240, 247, 255, 0.72);
4162+
box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.20);
4163+
backdrop-filter: blur(4px);
41644164
}
41654165

41664166
// Tab behaviors

0 commit comments

Comments
 (0)