fix: style apply-to-existing buttons as primary blue actions
This commit is contained in:
@@ -172,8 +172,7 @@ function NodeEditor({ nodeType, style, onChange, onApplyToExisting }: NodeEditor
|
|||||||
|
|
||||||
<Button
|
<Button
|
||||||
size="sm"
|
size="sm"
|
||||||
variant="outline"
|
className="self-start bg-[#00d4ff] text-[#0d1117] hover:bg-[#00d4ff]/90"
|
||||||
className="self-start border-[#30363d] text-[#e6edf3] hover:bg-[#21262d]"
|
|
||||||
onClick={onApplyToExisting}
|
onClick={onApplyToExisting}
|
||||||
>
|
>
|
||||||
Apply to existing {NODE_TYPE_LABELS[nodeType]} nodes
|
Apply to existing {NODE_TYPE_LABELS[nodeType]} nodes
|
||||||
@@ -248,8 +247,7 @@ function EdgeEditor({ edgeType, style, onChange, onApplyToExisting }: EdgeEditor
|
|||||||
|
|
||||||
<Button
|
<Button
|
||||||
size="sm"
|
size="sm"
|
||||||
variant="outline"
|
className="self-start bg-[#00d4ff] text-[#0d1117] hover:bg-[#00d4ff]/90"
|
||||||
className="self-start border-[#30363d] text-[#e6edf3] hover:bg-[#21262d]"
|
|
||||||
onClick={onApplyToExisting}
|
onClick={onApplyToExisting}
|
||||||
>
|
>
|
||||||
Apply to existing {EDGE_TYPE_LABELS[edgeType]} edges
|
Apply to existing {EDGE_TYPE_LABELS[edgeType]} edges
|
||||||
|
|||||||
Reference in New Issue
Block a user