mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
refactor: duplicated classes
This commit is contained in:
@@ -229,10 +229,10 @@ function EditableShortcutKey({
|
||||
|
||||
return (
|
||||
<Button
|
||||
variant="text"
|
||||
variant="outline"
|
||||
size="sm"
|
||||
className={`inline-flex font-sans text-xs rounded px-2 min-w-6 min-h-6 leading-none items-center justify-center shadow-xs border mr-1 cursor-pointer hover:bg-opacity-80 ${
|
||||
isRecording ? "border-primary bg-primary/10" : "border bg-accent"
|
||||
className={`font-sans px-2 min-w-6 min-h-6 leading-none mr-1 hover:bg-opacity-80 ${
|
||||
isRecording ? "border-primary bg-primary/10" : "border bg-accent/50"
|
||||
}`}
|
||||
onClick={handleClick}
|
||||
title={
|
||||
|
||||
Reference in New Issue
Block a user