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

View file

@ -269,7 +269,7 @@ export default () => {
})
return SidebarModule({
icon: MaterialIcon('colorize', 'norm'),
name: 'Color picker',
name: '<span strikethrough="true">Inaccurate</span> Color picker',
revealChild: false,
child: Box({
className: 'spacing-h-5',

View file

@ -23,6 +23,7 @@ export default ({
Label({
className: 'txt-norm',
label: `${name}`,
useMarkup: true,
}),
Box({
hexpand: true,