Skip to content

Commit d265de3

Browse files
committed
fix: dev widget shadow
1 parent a29467e commit d265de3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmp/compiler/src/widget/lingo-dev-widget.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ class LingoDevWidget extends HTMLElement {
233233
border-radius: 8px;
234234
padding: 8px 12px;
235235
background: rgba(0, 0, 0, 0.8);
236-
box-shadow: 0 0 0 1px #373737a, inset 0 0 0 1px rgba(0, 0, 0, 0.24), 0px 16px 32px -8px rgba(0, 0, 0, 0.24);
236+
box-shadow: 0 0 0 1px #373737, inset 0 0 0 1px rgba(0, 0, 0, 0.24), 0px 16px 32px -8px rgba(0, 0, 0, 0.24);
237237
backdrop-filter: blur(48px);
238238
}
239239

0 commit comments

Comments
 (0)