Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 583a109

Browse files
style: color picker hover
1 parent 9b6e39d commit 583a109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

studio/src/app/components/editor/styles/app-color/app-color.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ export class AppColor {
355355
return (
356356
<ion-fab-button
357357
size="small"
358-
style={{'--background': palette.color.hex}}
358+
style={{'--background': palette.color.hex, '--background-hover': palette.color.hex, '--background-activated': palette.color.hex}}
359359
onClick={($event: UIEvent) => this.selectColor($event, palette.color)}></ion-fab-button>
360360
);
361361
});

0 commit comments

Comments
 (0)