diff --git a/components/collections/actions/Action.tsx b/components/collections/actions/Action.tsx index 513d065..322edd9 100644 --- a/components/collections/actions/Action.tsx +++ b/components/collections/actions/Action.tsx @@ -287,7 +287,7 @@ export const CollectionActions = ({ {showTokenIdListField && } {showNumberOfTokensField && } {showPriceField && } - {showDescriptionField && } + {showDescriptionField && } {showImageField && } {showExternalLinkField && } {showRoyaltyRelatedFields && ( diff --git a/components/collections/actions/Combobox.tsx b/components/collections/actions/Combobox.tsx index 4536808..3aa0814 100644 --- a/components/collections/actions/Combobox.tsx +++ b/components/collections/actions/Combobox.tsx @@ -80,7 +80,7 @@ export const ActionsCombobox = ({ value, onChange, minterType }: ActionsCombobox - clsx('flex relative flex-col py-2 px-4 space-y-1 cursor-pointer', { 'bg-plumbus-70': active }) + clsx('flex relative flex-col py-2 px-4 space-y-1 cursor-pointer', { 'bg-stargaze-80': active }) } value={entry} > diff --git a/components/collections/queries/Combobox.tsx b/components/collections/queries/Combobox.tsx index d5ce10c..57f05e6 100644 --- a/components/collections/queries/Combobox.tsx +++ b/components/collections/queries/Combobox.tsx @@ -78,7 +78,7 @@ export const QueryCombobox = ({ value, onChange, minterType }: QueryComboboxProp - clsx('flex relative flex-col py-2 px-4 space-y-1 cursor-pointer', { 'bg-plumbus-70': active }) + clsx('flex relative flex-col py-2 px-4 space-y-1 cursor-pointer', { 'bg-stargaze-80': active }) } value={entry} > diff --git a/components/contracts/baseMinter/ExecuteCombobox.tsx b/components/contracts/baseMinter/ExecuteCombobox.tsx index 7f32de0..9905148 100644 --- a/components/contracts/baseMinter/ExecuteCombobox.tsx +++ b/components/contracts/baseMinter/ExecuteCombobox.tsx @@ -67,7 +67,7 @@ export const ExecuteCombobox = ({ value, onChange }: ExecuteComboboxProps) => { - clsx('flex relative flex-col py-2 px-4 space-y-1 cursor-pointer', { 'bg-plumbus-70': active }) + clsx('flex relative flex-col py-2 px-4 space-y-1 cursor-pointer', { 'bg-stargaze-80': active }) } value={entry} > diff --git a/components/contracts/sg721/ExecuteCombobox.tsx b/components/contracts/sg721/ExecuteCombobox.tsx index aa67719..926a136 100644 --- a/components/contracts/sg721/ExecuteCombobox.tsx +++ b/components/contracts/sg721/ExecuteCombobox.tsx @@ -67,7 +67,7 @@ export const ExecuteCombobox = ({ value, onChange }: ExecuteComboboxProps) => { - clsx('flex relative flex-col py-2 px-4 space-y-1 cursor-pointer', { 'bg-plumbus-70': active }) + clsx('flex relative flex-col py-2 px-4 space-y-1 cursor-pointer', { 'bg-stargaze-80': active }) } value={entry} > diff --git a/components/contracts/vendingMinter/ExecuteCombobox.tsx b/components/contracts/vendingMinter/ExecuteCombobox.tsx index 0f01538..3b9a6d4 100644 --- a/components/contracts/vendingMinter/ExecuteCombobox.tsx +++ b/components/contracts/vendingMinter/ExecuteCombobox.tsx @@ -67,7 +67,7 @@ export const ExecuteCombobox = ({ value, onChange }: ExecuteComboboxProps) => { - clsx('flex relative flex-col py-2 px-4 space-y-1 cursor-pointer', { 'bg-plumbus-70': active }) + clsx('flex relative flex-col py-2 px-4 space-y-1 cursor-pointer', { 'bg-stargaze-80': active }) } value={entry} > diff --git a/components/contracts/whitelist/ExecuteCombobox.tsx b/components/contracts/whitelist/ExecuteCombobox.tsx index 7dce2a9..2db88e8 100644 --- a/components/contracts/whitelist/ExecuteCombobox.tsx +++ b/components/contracts/whitelist/ExecuteCombobox.tsx @@ -67,7 +67,7 @@ export const ExecuteCombobox = ({ value, onChange }: ExecuteComboboxProps) => { - clsx('flex relative flex-col py-2 px-4 space-y-1 cursor-pointer', { 'bg-plumbus-70': active }) + clsx('flex relative flex-col py-2 px-4 space-y-1 cursor-pointer', { 'bg-stargaze-80': active }) } value={entry} > diff --git a/tailwind.config.js b/tailwind.config.js index c03ab1b..9a49a04 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -12,7 +12,7 @@ module.exports = { theme: { extend: { colors: { - stargaze: { DEFAULT: '#DB2676' }, + stargaze: { DEFAULT: '#DB2676', 80: '#C81F71' }, dark: { DEFAULT: '#06090B' }, gray: { DEFAULT: '#A9A9A9' }, 'dark-gray': { DEFAULT: '#191D20' },