Add Notification and new mini desing
This commit is contained in:
@@ -5,6 +5,7 @@ export default function ThemeSelector({ currentTheme, onThemeChange }) {
|
||||
const theme = getTheme(currentTheme);
|
||||
|
||||
const themeColors = {
|
||||
modern: 'bg-gradient-to-r from-green-600 to-emerald-600',
|
||||
dark: 'bg-gray-800',
|
||||
light: 'bg-gray-100',
|
||||
purple: 'bg-purple-600',
|
||||
|
||||
Reference in New Issue
Block a user