updade examples color
This commit is contained in:
parent
999f3b21d0
commit
4a66105ef7
1 changed files with 2 additions and 2 deletions
|
|
@ -180,7 +180,7 @@ export default function ImportModal() {
|
|||
{" "}
|
||||
<ButtonBox
|
||||
size="small"
|
||||
bgColor="bg-slate-300"
|
||||
bgColor="bg-emerald-500"
|
||||
description={example.description??"Prebuilt Examples"}
|
||||
icon={
|
||||
<DocumentDuplicateIcon className="h-6 w-6 flex-shrink-0" />
|
||||
|
|
@ -189,7 +189,7 @@ export default function ImportModal() {
|
|||
addFlow(example)
|
||||
setModalOpen(false)
|
||||
}}
|
||||
textColor="text-slate-400"
|
||||
textColor="text-emerald-400"
|
||||
title={example.name}
|
||||
></ButtonBox>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue