Skip to content

Commit fe4ab40

Browse files
committed
chore: add types to localChat styles
1 parent b0c5651 commit fe4ab40

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

_build/js/src/ui/localChat/styles.ts

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -343,13 +343,4 @@ export const styles = {
343343
opacity: '0',
344344
transition: 'opacity 0.2s ease',
345345
},
346-
imagePreviewHover: {
347-
'&:hover': {
348-
transform: 'scale(1.05)',
349-
},
350-
'&:hover .image-preview-remove': {
351-
opacity: '1',
352-
}
353-
},
354-
};
355-
346+
} satisfies Record<string, Partial<CSSStyleDeclaration>>;

0 commit comments

Comments
 (0)