feat: vars to new place

This commit is contained in:
Joel
2025-10-21 15:03:16 +08:00
parent 25e4203cb1
commit 4102f0bc9d
4 changed files with 8 additions and 2 deletions

View File

@ -26,6 +26,7 @@ const EnvButton = ({ disabled }: { disabled: boolean }) => {
'p-2',
theme === 'dark' && 'rounded-lg border border-black/5 bg-white/10 backdrop-blur-sm',
)}
variant='ghost'
disabled={disabled}
onClick={handleClick}
>