Skip to content

Commit 6002d6d

Browse files
committed
Fix lint issue
1 parent d87cd90 commit 6002d6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/v2/styles/Icon/Icon-layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
}
3232

3333
.str-chat__icon--poll {
34+
--str-chat-icon-width: var(--str-chat-icon-height);
3435
-webkit-mask: var(--str-chat__poll-icon) no-repeat center / contain;
3536
mask: var(--str-chat__poll-icon) no-repeat center / contain;
36-
--str-chat-icon-width: var(--str-chat-icon-height);
3737
}
3838

3939
.str-chat__icon--action::before {

0 commit comments

Comments
 (0)