More theme stuff

This commit is contained in:
Gregory Schier
2024-05-24 17:36:48 -07:00
parent 11814b56f1
commit f3024a259e
17 changed files with 142 additions and 68 deletions

View File

@@ -30,7 +30,6 @@ export const SettingsDialog = () => {
value={tab}
addBorders
label="Settings"
tabListClassName="h-md !-ml-1 mt-2"
onChangeValue={setTab}
tabs={tabs
.filter((t) => t !== Tab.Design || isDev)