diff --git a/apps/readest-app/src/app/library/components/GroupItem.tsx b/apps/readest-app/src/app/library/components/GroupItem.tsx index b2884a4b..fd0b645a 100644 --- a/apps/readest-app/src/app/library/components/GroupItem.tsx +++ b/apps/readest-app/src/app/library/components/GroupItem.tsx @@ -100,13 +100,13 @@ const GroupItem: React.FC = ({ mode, group, isSelectMode, groupS
diff --git a/apps/readest-app/src/app/reader/components/footerbar/ColorPanel.tsx b/apps/readest-app/src/app/reader/components/footerbar/ColorPanel.tsx index 98fb0da9..33b9826b 100644 --- a/apps/readest-app/src/app/reader/components/footerbar/ColorPanel.tsx +++ b/apps/readest-app/src/app/reader/components/footerbar/ColorPanel.tsx @@ -101,11 +101,6 @@ export const ColorPanel: React.FC = ({ actionTab, bottomOffset className='flex gap-3 overflow-x-auto p-2' style={{ scrollbarWidth: 'none', msOverflowStyle: 'none' }} > - {themes.map(({ name, label, colors }) => (