Skip to content

Commit aa31d8d

Browse files
committed
prettier
1 parent cc43a04 commit aa31d8d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/feedback/src/widget/Main.css.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ ${
6666
:host {
6767
${getThemedCssVariables(themes.dark)}
6868
}
69-
}` : ''}
69+
}`
70+
: ''
71+
}
7072
}`;
7173

7274
return style;

0 commit comments

Comments
 (0)