mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-10 19:16:55 +02:00
Switch to BiomeJS (#306)
This commit is contained in:
@@ -17,12 +17,12 @@ export function ColorIndicator({ color, onClick, className }: Props) {
|
||||
if (onClick) {
|
||||
return (
|
||||
<button
|
||||
type="button"
|
||||
onClick={onClick}
|
||||
style={style}
|
||||
className={classNames(finalClassName, 'hover:border-text')}
|
||||
/>
|
||||
);
|
||||
} else {
|
||||
return <span style={style} className={finalClassName} />;
|
||||
}
|
||||
return <span style={style} className={finalClassName} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user