refac: settings ui styling

This commit is contained in:
Timothy Jaeryang Baek
2025-04-02 19:01:39 -07:00
parent 7eea95a48c
commit 94353458a5
6 changed files with 17 additions and 15 deletions

View File

@@ -7,7 +7,7 @@
export let show = true;
export let size = 'md';
export let containerClassName = 'p-3';
export let className = 'bg-gray-50 dark:bg-gray-900 rounded-2xl';
export let className = 'bg-white dark:bg-gray-900 rounded-2xl';
let modalElement = null;
let mounted = false;