mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 04:51:06 +02:00
disable single attribute per line
This commit is contained in:
@@ -5,10 +5,5 @@ interface LibraryBackgroundOverlayProps {
|
||||
}
|
||||
|
||||
export const LibraryBackgroundOverlay = ({ backgroundColor }: LibraryBackgroundOverlayProps) => {
|
||||
return (
|
||||
<div
|
||||
className={styles.root}
|
||||
style={{ backgroundColor }}
|
||||
/>
|
||||
);
|
||||
return <div className={styles.root} style={{ backgroundColor }} />;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user