REFACTOR: Enhance Categories Page;
REFACTOR: Update ListRow component; REFACTOR: Improve component structure and navigation; FEAT: Scroll fetching hook; REFACTOR: Add more testing_data to database to demonstrate updated ListRow component;
This commit is contained in:
@@ -12,7 +12,7 @@ const themeIcons = {
|
||||
|
||||
const themes = ["light", "dark", "blue", "green", "orange"];
|
||||
|
||||
const Theme: React.FC = () => {
|
||||
const ThemeSetting: React.FC = () => {
|
||||
const { theme, setTheme } = useTheme();
|
||||
|
||||
const handleNextTheme = () => {
|
||||
@@ -33,7 +33,7 @@ const Theme: React.FC = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export default Theme;
|
||||
export default ThemeSetting;
|
||||
|
||||
{/*
|
||||
${isMode ?
|
||||
|
||||
Reference in New Issue
Block a user