refactor(SettingWindow):Updated Settings Tab Styling

This commit is contained in:
Anirban Kar
2024-12-09 00:56:18 +05:30
parent 9f002279b6
commit 3aa90bf990
9 changed files with 487 additions and 422 deletions

View File

@@ -1,6 +1,5 @@
import { memo } from 'react';
import { IconButton } from './IconButton';
import { IconButton } from '~/components/ui/IconButton';
interface SettingsButtonProps {
onClick: () => void;
}