fix: reduce button size in RandomGenerator and ExpressionPanel

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-02 15:42:47 +01:00
parent b1e79e1808
commit fe7dce1cde
2 changed files with 3 additions and 3 deletions

View File

@@ -162,7 +162,7 @@ export function ExpressionPanel() {
onClick={handleSubmit}
disabled={!expression.trim()}
className={cn(
'mt-2 w-full py-2 rounded-lg text-sm font-medium transition-all',
'mt-2 w-full py-2 rounded-lg text-xs font-medium transition-all',
'bg-primary/90 text-primary-foreground hover:bg-primary',
'disabled:opacity-30 disabled:cursor-not-allowed'
)}