feat: update existing colors
This commit is contained in:
parent
ebb851204b
commit
09f6b72621
|
|
@ -45,7 +45,7 @@ export const AnalyticsComponent: FC = () => {
|
|||
{/* </div>*/}
|
||||
{/* <div>*/}
|
||||
{/* <div className="w-full flex-col justify-start items-start gap-4 inline-flex">*/}
|
||||
{/* <div className="self-stretch justify-start items-start gap-2.5 inline-flex pb-[16.5px] border-b-[1px] border-[#28344F]">*/}
|
||||
{/* <div className="self-stretch justify-start items-start gap-2.5 inline-flex pb-[16.5px] border-b-[1px] border-fifth">*/}
|
||||
{/* <img className="w-8 h-8 rounded-full" src="https://via.placeholder.com/32x32"/>*/}
|
||||
{/* <div className="grow shrink basis-0 flex-col justify-start items-start gap-1 inline-flex">*/}
|
||||
{/* <div className="justify-center items-center gap-1 inline-flex">*/}
|
||||
|
|
@ -59,7 +59,7 @@ export const AnalyticsComponent: FC = () => {
|
|||
{/* </div>*/}
|
||||
{/* </div>*/}
|
||||
{/* </div>*/}
|
||||
{/* <div className="self-stretch justify-start items-start gap-2.5 inline-flex pb-[16.5px] border-b-[1px] border-[#28344F]">*/}
|
||||
{/* <div className="self-stretch justify-start items-start gap-2.5 inline-flex pb-[16.5px] border-b-[1px] border-fifth">*/}
|
||||
{/* <img className="w-8 h-8 rounded-full" src="https://via.placeholder.com/32x32"/>*/}
|
||||
{/* <div className="grow shrink basis-0 flex-col justify-start items-start gap-1 inline-flex">*/}
|
||||
{/* <div className="justify-center items-center gap-1 inline-flex">*/}
|
||||
|
|
@ -73,7 +73,7 @@ export const AnalyticsComponent: FC = () => {
|
|||
{/* </div>*/}
|
||||
{/* </div>*/}
|
||||
{/* </div>*/}
|
||||
{/* <div className="self-stretch justify-start items-start gap-2.5 inline-flex pb-[16.5px] border-b-[1px] border-[#28344F]">*/}
|
||||
{/* <div className="self-stretch justify-start items-start gap-2.5 inline-flex pb-[16.5px] border-b-[1px] border-fifth">*/}
|
||||
{/* <img className="w-8 h-8 rounded-full" src="https://via.placeholder.com/32x32"/>*/}
|
||||
{/* <div className="grow shrink basis-0 flex-col justify-start items-start gap-1 inline-flex">*/}
|
||||
{/* <div className="justify-center items-center gap-1 inline-flex">*/}
|
||||
|
|
@ -87,7 +87,7 @@ export const AnalyticsComponent: FC = () => {
|
|||
{/* </div>*/}
|
||||
{/* </div>*/}
|
||||
{/* </div>*/}
|
||||
{/* <div className="self-stretch justify-start items-start gap-2.5 inline-flex pb-[16.5px] border-b-[1px] border-[#28344F]">*/}
|
||||
{/* <div className="self-stretch justify-start items-start gap-2.5 inline-flex pb-[16.5px] border-b-[1px] border-fifth">*/}
|
||||
{/* <img className="w-8 h-8 rounded-full" src="https://via.placeholder.com/32x32"/>*/}
|
||||
{/* <div className="grow shrink basis-0 flex-col justify-start items-start gap-1 inline-flex">*/}
|
||||
{/* <div className="justify-center items-center gap-1 inline-flex">*/}
|
||||
|
|
@ -101,7 +101,7 @@ export const AnalyticsComponent: FC = () => {
|
|||
{/* </div>*/}
|
||||
{/* </div>*/}
|
||||
{/* </div>*/}
|
||||
{/* <div className="self-stretch justify-start items-start gap-2.5 inline-flex pb-[16.5px] border-b-[1px] border-[#28344F]">*/}
|
||||
{/* <div className="self-stretch justify-start items-start gap-2.5 inline-flex pb-[16.5px] border-b-[1px] border-fifth">*/}
|
||||
{/* <img className="w-8 h-8 rounded-full" src="https://via.placeholder.com/32x32"/>*/}
|
||||
{/* <div className="grow shrink basis-0 flex-col justify-start items-start gap-1 inline-flex">*/}
|
||||
{/* <div className="justify-center items-center gap-1 inline-flex">*/}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ export const StarsAndForks: FC<StarsAndForksInterface> = (props) => {
|
|||
<div className="flex gap-[24px] h-[272px]" key={item.login}>
|
||||
<div className="flex-1 bg-secondary py-[10px] px-[16px] flex flex-col">
|
||||
<div className="flex items-center gap-[14px]">
|
||||
<div className="bg-[#28344F] p-[8px]">
|
||||
<div className="bg-fifth p-[8px]">
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="20"
|
||||
|
|
@ -55,7 +55,7 @@ export const StarsAndForks: FC<StarsAndForksInterface> = (props) => {
|
|||
|
||||
<div className="flex-1 bg-secondary py-[10px] px-[16px] flex flex-col">
|
||||
<div className="flex items-center gap-[14px]">
|
||||
<div className="bg-[#28344F] p-[8px]">
|
||||
<div className="bg-fifth p-[8px]">
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="20"
|
||||
|
|
@ -104,7 +104,7 @@ export const StarsAndForks: FC<StarsAndForksInterface> = (props) => {
|
|||
className="flex-1 bg-secondary py-[24px] px-[16px] gap-[16px] flex flex-col"
|
||||
>
|
||||
<div className="flex items-center gap-[14px]">
|
||||
<div className="p-[8px] bg-[#28344F]">
|
||||
<div className="p-[8px] bg-fifth">
|
||||
{p === 0 ? (
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ export function Login() {
|
|||
|
||||
{!isGeneral() ? <GithubProvider /> : <GoogleProvider />}
|
||||
<div className="h-[20px] mb-[24px] mt-[24px] relative">
|
||||
<div className="absolute w-full h-[1px] bg-[#28344F] top-[50%] -translate-y-[50%]" />
|
||||
<div className="absolute w-full h-[1px] bg-fifth top-[50%] -translate-y-[50%]" />
|
||||
<div
|
||||
className={`absolute z-[1] ${interClass} justify-center items-center w-full left-0 top-0 flex`}
|
||||
>
|
||||
|
|
|
|||
|
|
@ -138,7 +138,7 @@ export function RegisterAfter({
|
|||
{!isAfterProvider && (!isGeneral() ? <GithubProvider /> : <GoogleProvider />)}
|
||||
{!isAfterProvider && (
|
||||
<div className="h-[20px] mb-[24px] mt-[24px] relative">
|
||||
<div className="absolute w-full h-[1px] bg-[#28344F] top-[50%] -translate-y-[50%]" />
|
||||
<div className="absolute w-full h-[1px] bg-fifth top-[50%] -translate-y-[50%]" />
|
||||
<div
|
||||
className={`absolute z-[1] ${interClass} justify-center items-center w-full left-0 top-0 flex`}
|
||||
>
|
||||
|
|
|
|||
|
|
@ -113,7 +113,7 @@ export const LifetimeDeal = () => {
|
|||
|
||||
return (
|
||||
<div className="flex gap-[30px]">
|
||||
<div className="border border-[#172034] bg-[#0B101B] p-[24px] flex flex-col gap-[20px] flex-1 rounded-[4px]">
|
||||
<div className="border border-[#172034] bg-sixth p-[24px] flex flex-col gap-[20px] flex-1 rounded-[4px]">
|
||||
<div className="text-[30px]">
|
||||
Current Package: {user?.totalChannels > 8 ? 'EXTRA' : user?.tier?.current}
|
||||
</div>
|
||||
|
|
@ -141,7 +141,7 @@ export const LifetimeDeal = () => {
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div className="border border-[#172034] bg-[#0B101B] p-[24px] flex flex-col gap-[20px] flex-1 rounded-[4px]">
|
||||
<div className="border border-[#172034] bg-sixth p-[24px] flex flex-col gap-[20px] flex-1 rounded-[4px]">
|
||||
<div className="text-[30px]">
|
||||
Next Package:{' '}
|
||||
{user?.tier?.current === 'PRO' ? 'EXTRA' : !user?.tier?.current ? 'FREE' : user?.tier?.current === 'STANDARD' ? 'PRO' : 'STANDARD'}
|
||||
|
|
|
|||
|
|
@ -393,7 +393,7 @@ export const AddEditModal: FC<{
|
|||
: 'w-0 overflow-hidden'
|
||||
)}
|
||||
>
|
||||
<div className="relative flex gap-[20px] flex-col flex-1 rounded-[4px] border border-[#172034] bg-[#0B101B] p-[16px] pt-0">
|
||||
<div className="relative flex gap-[20px] flex-col flex-1 rounded-[4px] border border-[#172034] bg-sixth p-[16px] pt-0">
|
||||
<TopTitle title={existingData?.group ? 'Edit Post' : 'Create Post'}>
|
||||
<div className="flex items-center">
|
||||
<PostToOrganization
|
||||
|
|
@ -505,7 +505,7 @@ export const AddEditModal: FC<{
|
|||
</>
|
||||
) : null}
|
||||
</div>
|
||||
<div className="relative h-[68px] flex flex-col rounded-[4px] border border-[#172034] bg-[#0B101B]">
|
||||
<div className="relative h-[68px] flex flex-col rounded-[4px] border border-[#172034] bg-sixth">
|
||||
<div className="flex flex-1 gap-[10px] relative">
|
||||
<div className="absolute w-full h-full flex gap-[10px] justify-end items-center right-[16px]">
|
||||
<Button
|
||||
|
|
@ -586,7 +586,7 @@ export const AddEditModal: FC<{
|
|||
</div>
|
||||
<div
|
||||
className={clsx(
|
||||
'flex gap-[20px] flex-col rounded-[4px] border-[#172034] bg-[#0B101B] flex-1 transition-all duration-700',
|
||||
'flex gap-[20px] flex-col rounded-[4px] border-[#172034] bg-sixth flex-1 transition-all duration-700',
|
||||
!selectedIntegrations.length
|
||||
? 'flex-grow-0 overflow-hidden'
|
||||
: 'flex-grow-1 border animate-overflow'
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ export const ApiModal: FC<{
|
|||
}, []);
|
||||
|
||||
return (
|
||||
<div className="rounded-[4px] border border-[#172034] bg-[#0B101B] px-[16px] pb-[16px] relative">
|
||||
<div className="rounded-[4px] border border-[#172034] bg-sixth px-[16px] pb-[16px] relative">
|
||||
<TopTitle title={`Add API key for ${name}`} />
|
||||
<button
|
||||
onClick={close}
|
||||
|
|
@ -167,7 +167,7 @@ export const AddProviderComponent: FC<{
|
|||
[]
|
||||
);
|
||||
return (
|
||||
<div className="w-full flex flex-col gap-[20px] rounded-[4px] border border-[#172034] bg-[#0B101B] px-[16px] pb-[16px] relative">
|
||||
<div className="w-full flex flex-col gap-[20px] rounded-[4px] border border-[#172034] bg-sixth px-[16px] pb-[16px] relative">
|
||||
<div className="flex flex-col">
|
||||
<TopTitle title="Add Channel" />
|
||||
<button
|
||||
|
|
|
|||
|
|
@ -276,7 +276,7 @@ export const CommentComponent: FC<{ date: dayjs.Dayjs }> = (props) => {
|
|||
}, []);
|
||||
|
||||
return (
|
||||
<div className="relative flex gap-[20px] flex-col flex-1 rounded-[4px] border border-[#172034] bg-[#0B101B] p-[16px] pt-0">
|
||||
<div className="relative flex gap-[20px] flex-col flex-1 rounded-[4px] border border-[#172034] bg-sixth p-[16px] pt-0">
|
||||
<TopTitle title={`Comments for ${date.format('DD/MM/YYYY HH:mm')}`} />
|
||||
<button
|
||||
onClick={closeAll}
|
||||
|
|
|
|||
|
|
@ -149,7 +149,7 @@ const SecondStep: FC<{
|
|||
key={post[0].post}
|
||||
>
|
||||
{post.length > 1 && (
|
||||
<div className="bg-[#612AD5] absolute -left-[15px] -top-[15px] z-[100] p-[3px] rounded-[10px]">
|
||||
<div className="bg-forth absolute -left-[15px] -top-[15px] z-[100] p-[3px] rounded-[10px]">
|
||||
a thread
|
||||
</div>
|
||||
)}
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@ export const LinkedinCompany: FC<{
|
|||
|
||||
return (
|
||||
<div className="text-white fixed left-0 top-0 bg-black/80 z-[300] w-full h-full p-[60px] animate-fade justify-center flex">
|
||||
<div className="flex flex-col w-[500px] h-[250px] bg-[#0B101B] border-tableBorder border-2 rounded-xl pb-[20px] px-[20px] relative">
|
||||
<div className="flex flex-col w-[500px] h-[250px] bg-sixth border-tableBorder border-2 rounded-xl pb-[20px] px-[20px] relative">
|
||||
<div className="flex">
|
||||
<div className="flex-1">
|
||||
<TopTitle title={'Select Company'} />
|
||||
|
|
|
|||
|
|
@ -33,12 +33,12 @@ export const NewCalendarComponent = () => {
|
|||
))}
|
||||
{hours.map((hour) => (
|
||||
<Fragment key={hour}>
|
||||
<div className="p-2 pr-4 bg-[#090B13] text-center items-center justify-center flex">
|
||||
<div className="p-2 pr-4 bg-secondary text-center items-center justify-center flex">
|
||||
{hour.toString().padStart(2, '0')}:00
|
||||
</div>
|
||||
{days.map((day, indexDay) => (
|
||||
<Fragment key={`${day}-${hour}`}>
|
||||
<div className="relative bg-[#090b13]">
|
||||
<div className="relative bg-secondary">
|
||||
<CalendarColumn
|
||||
day={indexDay}
|
||||
hour={`${hour.toString().padStart(2, '0')}:00`}
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@ const Polonto: FC<{
|
|||
}, []);
|
||||
return (
|
||||
<div className="fixed left-0 top-0 bg-black/80 z-[300] w-full min-h-full p-[60px] animate-fade">
|
||||
<div className="w-full h-full bg-[#0B101B] border-tableBorder border-2 rounded-xl pb-[20px] px-[20px] relative">
|
||||
<div className="w-full h-full bg-sixth border-tableBorder border-2 rounded-xl pb-[20px] px-[20px] relative">
|
||||
<div className="flex">
|
||||
<div className="flex-1">
|
||||
<TopTitle title="Design Media" />
|
||||
|
|
|
|||
|
|
@ -234,7 +234,7 @@ export const Subreddit: FC<{
|
|||
)}
|
||||
{value.type === 'media' && (
|
||||
<div className="flex flex-col">
|
||||
<div className="w-full h-[10px] bg-[#131B2C] rounded-tr-[8px] rounded-tl-[8px]" />
|
||||
<div className="w-full h-[10px] bg-input rounded-tr-[8px] rounded-tl-[8px]" />
|
||||
<div className="flex flex-col text-nowrap">
|
||||
<MultiMediaComponent
|
||||
description=""
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ export const UpDownArrow: FC<{
|
|||
'outline-none rounded-tl-[20px] rounded-tr-[20px] w-[24px] h-[24px] flex justify-center items-center',
|
||||
isUp
|
||||
? 'bg-input hover:bg-seventh cursor-pointer'
|
||||
: 'bg-[#0F1524] pointer-events-none text-[#1F2941]'
|
||||
: 'bg-[#0F1524] pointer-events-none text-tableBorder'
|
||||
)}
|
||||
>
|
||||
<Arrow flip={true} />
|
||||
|
|
@ -52,7 +52,7 @@ export const UpDownArrow: FC<{
|
|||
'outline-none rounded-bl-[20px] rounded-br-[20px] w-[24px] h-[24px] flex justify-center items-center',
|
||||
isDown
|
||||
? 'bg-input hover:bg-seventh cursor-pointer'
|
||||
: 'bg-[#0F1524] pointer-events-none text-[#1F2941]'
|
||||
: 'bg-[#0F1524] pointer-events-none text-tableBorder'
|
||||
)}
|
||||
>
|
||||
<Arrow flip={false} />
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ export const SettingsPopup: FC<{ getRef?: Ref<any> }> = (props) => {
|
|||
)}
|
||||
<div
|
||||
className={clsx(
|
||||
'w-full max-w-[920px] mx-auto bg-[#0B101B] gap-[24px] flex flex-col relative',
|
||||
'w-full max-w-[920px] mx-auto bg-sixth gap-[24px] flex flex-col relative',
|
||||
!getRef && 'p-[32px] rounded-[4px] border border-[#172034]'
|
||||
)}
|
||||
>
|
||||
|
|
@ -135,7 +135,7 @@ export const SettingsPopup: FC<{ getRef?: Ref<any> }> = (props) => {
|
|||
<div className="text-[14px]">Profile Picture</div>
|
||||
<div className="flex gap-[8px]">
|
||||
<button
|
||||
className="h-[24px] w-[120px] bg-[#612AD5] rounded-[4px] flex justify-center gap-[4px] items-center cursor-pointer"
|
||||
className="h-[24px] w-[120px] bg-forth rounded-[4px] flex justify-center gap-[4px] items-center cursor-pointer"
|
||||
type="button"
|
||||
>
|
||||
<div>
|
||||
|
|
|
|||
|
|
@ -165,7 +165,7 @@ const Pagination: FC<{ results: number }> = (props) => {
|
|||
onClick={changePage(p)}
|
||||
className={clsx(
|
||||
'w-[40px] h-[40px] flex justify-center items-center rounded-[8px] cursor-pointer',
|
||||
p === page + 1 ? 'bg-[#8155DD]' : 'text-[#64748B]'
|
||||
p === page + 1 ? 'bg-[#8155DD]' : 'text-inputText'
|
||||
)}
|
||||
>
|
||||
{p}
|
||||
|
|
@ -313,7 +313,7 @@ export const RequestService: FC<{ toId: string; name: string }> = (props) => {
|
|||
return (
|
||||
<form onSubmit={form.handleSubmit(createConversation)}>
|
||||
<FormProvider {...form}>
|
||||
<div className="w-full max-w-[920px] mx-auto bg-[#0B101B] px-[16px] rounded-[4px] border border-[#172034] gap-[24px] flex flex-col relative">
|
||||
<div className="w-full max-w-[920px] mx-auto bg-sixth px-[16px] rounded-[4px] border border-[#172034] gap-[24px] flex flex-col relative">
|
||||
<button
|
||||
onClick={close}
|
||||
className="outline-none absolute right-[20px] top-[20px] mantine-UnstyledButton-root mantine-ActionIcon-root hover:bg-tableBorder cursor-pointer mantine-Modal-close mantine-1dcetaa"
|
||||
|
|
@ -394,7 +394,7 @@ export const Card: FC<{
|
|||
}, []);
|
||||
|
||||
return (
|
||||
<div className="min-h-[155px] bg-[#0B101B] p-[24px] flex">
|
||||
<div className="min-h-[155px] bg-sixth p-[24px] flex">
|
||||
<div className="flex gap-[16px] flex-1">
|
||||
<div>
|
||||
<div className="h-[103px] w-[103px] bg-red-500/10 rounded-full relative">
|
||||
|
|
|
|||
|
|
@ -160,7 +160,7 @@ export const NewOrder: FC<{ group: string }> = (props) => {
|
|||
return (
|
||||
<form onSubmit={form.handleSubmit(submit)}>
|
||||
<FormProvider {...form}>
|
||||
<div className="w-full max-w-[647px] mx-auto bg-[#0B101B] px-[16px] rounded-[4px] border border-[#172034] gap-[24px] flex flex-col relative">
|
||||
<div className="w-full max-w-[647px] mx-auto bg-sixth px-[16px] rounded-[4px] border border-[#172034] gap-[24px] flex flex-col relative">
|
||||
<button
|
||||
onClick={close}
|
||||
className="outline-none absolute right-[20px] top-[20px] mantine-UnstyledButton-root mantine-ActionIcon-root hover:bg-tableBorder cursor-pointer mantine-Modal-close mantine-1dcetaa"
|
||||
|
|
@ -283,7 +283,7 @@ export const OrderInProgress: FC<{ group: string; buyer: boolean, order: string
|
|||
return (
|
||||
<div className="flex gap-[10px]">
|
||||
{buyer && (
|
||||
<div onClick={completeOrder} className="rounded-[34px] border-[1px] border-[#506490] !bg-[#0B101B] h-[28px] justify-center items-center text-[12px] px-[12px] flex font-[600] cursor-pointer">
|
||||
<div onClick={completeOrder} className="rounded-[34px] border-[1px] border-[#506490] !bg-sixth h-[28px] justify-center items-center text-[12px] px-[12px] flex font-[600] cursor-pointer">
|
||||
Complete order and pay early
|
||||
</div>
|
||||
)}
|
||||
|
|
|
|||
|
|
@ -156,7 +156,7 @@ export const Offer: FC<{
|
|||
<div className="text-[#32D583]">${totalPrice}</div>
|
||||
</div>
|
||||
<div className="py-[16px] px-[24px] flex flex-col gap-[20px]">
|
||||
<div className="text-[#64748B] text-[12px]">Platform</div>
|
||||
<div className="text-inputText text-[12px]">Platform</div>
|
||||
{data.data.ordersItems.map((item: any) => (
|
||||
<div
|
||||
key={item.integration.id}
|
||||
|
|
@ -192,7 +192,7 @@ export const Offer: FC<{
|
|||
)}
|
||||
{orderStatus === 'ACCEPTED' && (
|
||||
<div className="flex justify-end">
|
||||
<Button className="rounded-[4px] text-[14px] border border-[#1F2941] !bg-[#0B101B] text-[#1F2941]">
|
||||
<Button className="rounded-[4px] text-[14px] border border-tableBorder !bg-sixth text-tableBorder">
|
||||
Accepted
|
||||
</Button>
|
||||
</div>
|
||||
|
|
@ -336,13 +336,13 @@ export const Post: FC<{
|
|||
<div className="mt-[18px] flex gap-[10px] justify-end">
|
||||
<Button
|
||||
onClick={requestRevision}
|
||||
className="rounded-[4px] text-[14px] border-[2px] border-[#506490] !bg-[#0B101B]"
|
||||
className="rounded-[4px] text-[14px] border-[2px] border-[#506490] !bg-sixth"
|
||||
>
|
||||
Revision Needed
|
||||
</Button>
|
||||
<Button
|
||||
onClick={requestApproved}
|
||||
className="rounded-[4px] text-[14px] border-[2px] border-[#506490] !bg-[#0B101B]"
|
||||
className="rounded-[4px] text-[14px] border-[2px] border-[#506490] !bg-sixth"
|
||||
>
|
||||
Approve
|
||||
</Button>
|
||||
|
|
@ -354,14 +354,14 @@ export const Post: FC<{
|
|||
|
||||
{data.data.status === 'REVISION' && (
|
||||
<div className="flex justify-end">
|
||||
<Button className="rounded-[4px] text-[14px] border border-[#1F2941] !bg-[#0B101B] text-[#1F2941]">
|
||||
<Button className="rounded-[4px] text-[14px] border border-tableBorder !bg-sixth text-tableBorder">
|
||||
Revision Requested
|
||||
</Button>
|
||||
</div>
|
||||
)}
|
||||
{data.data.status === 'APPROVED' && (
|
||||
<div className="flex justify-end gap-[10px]">
|
||||
<Button className="rounded-[4px] text-[14px] border border-[#1F2941] !bg-[#0B101B] text-[#1F2941]">
|
||||
<Button className="rounded-[4px] text-[14px] border border-tableBorder !bg-sixth text-tableBorder">
|
||||
ACCEPTED
|
||||
</Button>
|
||||
</div>
|
||||
|
|
@ -369,7 +369,7 @@ export const Post: FC<{
|
|||
|
||||
{data.data.status === 'CANCELED' && (
|
||||
<div className="flex justify-end gap-[10px]">
|
||||
<Button className="rounded-[4px] text-[14px] border border-[#1F2941] !bg-[#0B101B] text-[#1F2941]">
|
||||
<Button className="rounded-[4px] text-[14px] border border-tableBorder !bg-sixth text-tableBorder">
|
||||
Cancelled by the seller
|
||||
</Button>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@ export const MediaBox: FC<{
|
|||
|
||||
return (
|
||||
<div className="fixed left-0 top-0 bg-black/80 z-[300] w-full min-h-full p-[60px] animate-fade">
|
||||
<div className="w-full h-full bg-[#0B101B] border-tableBorder border-2 rounded-xl pb-[20px] px-[20px] relative">
|
||||
<div className="w-full h-full bg-sixth border-tableBorder border-2 rounded-xl pb-[20px] px-[20px] relative">
|
||||
<div className="flex">
|
||||
<div className="flex-1">
|
||||
<TopTitle title="Media Library" />
|
||||
|
|
@ -259,7 +259,7 @@ export const MultiMediaComponent: FC<{
|
|||
|
||||
return (
|
||||
<>
|
||||
<div className="flex flex-col gap-[8px] bg-[#131B2C] rounded-bl-[8px]">
|
||||
<div className="flex flex-col gap-[8px] bg-input rounded-bl-[8px]">
|
||||
{modal && <MediaBox setMedia={changeMedia} closeModal={showModal} />}
|
||||
{mediaModal && !!user?.tier?.ai && (
|
||||
<Polonto setMedia={changeMedia} closeModal={closeDesignModal} />
|
||||
|
|
@ -268,7 +268,7 @@ export const MultiMediaComponent: FC<{
|
|||
<div className="flex">
|
||||
<Button
|
||||
onClick={showModal}
|
||||
className="ml-[10px] rounded-[4px] mb-[10px] gap-[8px] justify-center items-center w-[127px] flex border border-dashed border-[#506490] bg-[#131B2C]"
|
||||
className="ml-[10px] rounded-[4px] mb-[10px] gap-[8px] justify-center items-center w-[127px] flex border border-dashed border-[#506490] bg-input"
|
||||
>
|
||||
<div>
|
||||
<svg
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ export const ShowNotification: FC<{
|
|||
<div
|
||||
className={clsx(
|
||||
`text-white px-[16px] py-[10px] border-b border-tableBorder last:border-b-0 transition-colors ${interClass} overflow-hidden text-ellipsis`,
|
||||
newNotification && 'font-bold bg-[#7236f1] animate-newMessages'
|
||||
newNotification && 'font-bold bg-seventh animate-newMessages'
|
||||
)}
|
||||
dangerouslySetInnerHTML={{ __html: replaceLinks(notification.content) }}
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -151,7 +151,7 @@ export const ConnectChannels: FC = () => {
|
|||
height={32}
|
||||
/>
|
||||
</div>
|
||||
<div className="text-[#64748B] text-[10px] tracking-[1.2px] uppercase">
|
||||
<div className="text-inputText text-[10px] tracking-[1.2px] uppercase">
|
||||
{social.name}
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -174,7 +174,7 @@ export const ConnectChannels: FC = () => {
|
|||
className="rounded-full w-[32px] h-[32px]"
|
||||
/>
|
||||
</div>
|
||||
<div className="text-[#64748B] text-[10px] tracking-[1.2px] uppercase">
|
||||
<div className="text-inputText text-[10px] tracking-[1.2px] uppercase">
|
||||
{article.name}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ export const Step: FC<{
|
|||
STEP {step}
|
||||
</div>
|
||||
<div
|
||||
className={clsx('text-[12px]', step > currentStep && 'text-[#64748B]')}
|
||||
className={clsx('text-[12px]', step > currentStep && 'text-inputText')}
|
||||
>
|
||||
{title}
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@ export const PostSelector: FC<{
|
|||
<div
|
||||
className={
|
||||
!noModal
|
||||
? 'flex flex-col w-full max-w-[1200px] mx-auto h-full bg-[#0B101B] border-tableBorder border-2 rounded-xl pb-[20px] px-[20px] relative'
|
||||
? 'flex flex-col w-full max-w-[1200px] mx-auto h-full bg-sixth border-tableBorder border-2 rounded-xl pb-[20px] px-[20px] relative'
|
||||
: ''
|
||||
}
|
||||
>
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ export const AddMember = () => {
|
|||
return (
|
||||
<FormProvider {...form}>
|
||||
<form onSubmit={form.handleSubmit(submit)}>
|
||||
<div className="relative flex gap-[10px] flex-col flex-1 rounded-[4px] border border-[#172034] bg-[#0B101B] p-[16px] pt-0">
|
||||
<div className="relative flex gap-[10px] flex-col flex-1 rounded-[4px] border border-[#172034] bg-sixth p-[16px] pt-0">
|
||||
<TopTitle title="Add Member" />
|
||||
<button
|
||||
onClick={closeModal}
|
||||
|
|
|
|||
Loading…
Reference in New Issue