Skip to content

Commit 99a7196

Browse files
web-padawanjouni
andauthored
refactor: unify base styles backdrop property name and default value (#10080)
Co-authored-by: Jouni Koivuviita <jouni@vaadin.com>
1 parent 911ca36 commit 99a7196

File tree

32 files changed

+3
-3
lines changed

32 files changed

+3
-3
lines changed

packages/app-layout/src/styles/vaadin-app-layout-base-styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export const appLayoutStyles = css`
127127
}
128128
129129
[part='backdrop'] {
130-
background: var(--vaadin-overlay-backdrop-background, rgba(0, 0, 0, 0.5));
130+
background: var(--vaadin-overlay-backdrop-background, rgba(0, 0, 0, 0.2));
131131
}
132132
133133
:host(:not([drawer-opened])) [part='backdrop'] {
171 Bytes
Loading
23 Bytes
Loading
341 Bytes
Loading
366 Bytes
Loading
367 Bytes
Loading
370 Bytes
Loading
211 Bytes
Loading
224 Bytes
Loading
211 Bytes
Loading

0 commit comments

Comments
 (0)