mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
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