sidebar: add color picker note

This commit is contained in:
end-4
2024-07-28 14:52:33 +07:00
parent 2e3811b134
commit eeb74e87ce
2 changed files with 2 additions and 1 deletions
@@ -269,7 +269,7 @@ export default () => {
}) })
return SidebarModule({ return SidebarModule({
icon: MaterialIcon('colorize', 'norm'), icon: MaterialIcon('colorize', 'norm'),
name: 'Color picker', name: '<span strikethrough="true">Inaccurate</span> Color picker',
revealChild: false, revealChild: false,
child: Box({ child: Box({
className: 'spacing-h-5', className: 'spacing-h-5',
@@ -23,6 +23,7 @@ export default ({
Label({ Label({
className: 'txt-norm', className: 'txt-norm',
label: `${name}`, label: `${name}`,
useMarkup: true,
}), }),
Box({ Box({
hexpand: true, hexpand: true,