From 37afa42255fb82b237a73b69ae34c79b246d834f Mon Sep 17 00:00:00 2001 From: bigint <69431456+bigint@users.noreply.github.com> Date: Fri, 1 Mar 2024 16:26:11 +0530 Subject: [PATCH] feat: use black as primary --- .../Composer/Actions/PollSettings/PollEditor.tsx | 2 -- .../src/components/Composer/ChooseThumbnail.tsx | 2 +- apps/web/src/components/Notification/Profile.tsx | 2 +- apps/web/src/components/Pages/Privacy.tsx | 2 +- apps/web/src/components/Pages/Rules.tsx | 2 +- apps/web/src/components/Pages/Terms.tsx | 2 +- apps/web/src/components/Pages/Thanks.tsx | 2 +- apps/web/src/components/Profile/Details.tsx | 2 +- .../components/Publication/PublicationProfile.tsx | 2 +- .../components/Settings/Account/RateLimits.tsx | 2 +- .../src/components/Settings/Export/Followers.tsx | 6 ++++-- .../src/components/Settings/Export/Following.tsx | 6 ++++-- .../components/Settings/Export/Notifications.tsx | 6 ++++-- .../src/components/Settings/Export/Profile.tsx | 6 ++++-- .../components/Settings/Export/Publications.tsx | 6 ++++-- .../web/src/components/Settings/Export/Tokens.tsx | 12 ++++++------ apps/web/src/components/Shared/Audio/index.tsx | 6 ++---- apps/web/src/styles.css | 15 --------------- packages/ui/src/Button.tsx | 10 ++-------- 19 files changed, 39 insertions(+), 54 deletions(-) diff --git a/apps/web/src/components/Composer/Actions/PollSettings/PollEditor.tsx b/apps/web/src/components/Composer/Actions/PollSettings/PollEditor.tsx index f201f989e6a8..c8bb4a09243f 100644 --- a/apps/web/src/components/Composer/Actions/PollSettings/PollEditor.tsx +++ b/apps/web/src/components/Composer/Actions/PollSettings/PollEditor.tsx @@ -31,7 +31,6 @@ const PollEditor: FC = () => { onClick={() => setShowPollLengthModal(true)} outline size="sm" - variant="primary" > {pollConfig.length} {plur('day', pollConfig.length)} @@ -70,7 +69,6 @@ const PollEditor: FC = () => { diff --git a/apps/web/src/components/Composer/ChooseThumbnail.tsx b/apps/web/src/components/Composer/ChooseThumbnail.tsx index cc7bb7281590..5d535ec73bab 100644 --- a/apps/web/src/components/Composer/ChooseThumbnail.tsx +++ b/apps/web/src/components/Composer/ChooseThumbnail.tsx @@ -177,7 +177,7 @@ const ChooseThumbnail: FC = () => { /> {ipfsUrl && isSelected && isUploaded ? (