massive UI/UX overhaul

This commit is contained in:
Boof2015
2026-07-03 23:56:34 -04:00
parent 9ce825b673
commit 61e6147d3e
71 changed files with 2806 additions and 953 deletions
+5 -1
View File
@@ -3,7 +3,11 @@ import { Ionicons } from '@expo/vector-icons';
import { Text } from '@/components/Text';
import { colors, spacing } from '@/theme';
import type { EQPreset } from '@/types/audio';
import { EqSheet, EqSheetItem, EqSheetSection } from './EqSheet';
import {
EqSheet,
EqSheetItem,
EqSheetSection
} from './EqSheet';
interface PresetSheetProps {
presets: EQPreset[];