remove "inaccurate" bc color pickers aren't accurate anyway

This commit is contained in:
end-4 2025-03-29 10:41:11 +01:00
parent 8244dc30ec
commit 99f7e2f865

View file

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