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 (
|
return (
|
||||||
<Button
|
<Button
|
||||||
variant="text"
|
variant="outline"
|
||||||
size="sm"
|
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 ${
|
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"
|
isRecording ? "border-primary bg-primary/10" : "border bg-accent/50"
|
||||||
}`}
|
}`}
|
||||||
onClick={handleClick}
|
onClick={handleClick}
|
||||||
title={
|
title={
|
||||||
|
|||||||
Reference in New Issue
Block a user