refactor: change button variant from 'ghost' to 'text' across multiple components for consistency
This commit is contained in:
@ -149,7 +149,7 @@ export function PreviewPanel() {
|
||||
{/* Debug Toggle - Only show in development */}
|
||||
{SHOW_DEBUG_INFO && (
|
||||
<Button
|
||||
variant="ghost"
|
||||
variant="text"
|
||||
size="sm"
|
||||
onClick={() => setShowDebug(!showDebug)}
|
||||
className="text-xs"
|
||||
|
Reference in New Issue
Block a user