debug-panel

This commit is contained in:
tangly1024.com
2023-02-09 12:25:25 +08:00
parent 5f1a13e2a0
commit 8cb74d0002
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ export function DebugPanel() {
<div
className={` ${show ? 'shadow-card' : '-right-96'} w-96 overflow-y-scroll h-full p-5 bg-white fixed right-0 bottom-0 z-50 duration-200`}
>
<div className="flex space-x-1 my-12">
<div className="flex space-x-1 my-5">
<Select
label={locale.COMMON.THEME_SWITCH}
value={debugTheme}

View File

@@ -1,4 +1,4 @@
const CONFIG_NOBELIUM = {
TEST_CONFIG: 'TESET'
TEST_CONFIG: 'TEST'
}
export default CONFIG_NOBELIUM