From 86c6a480659c0ffcddcccd37d6d2f4c60889a90d Mon Sep 17 00:00:00 2001 From: AykutSarac Date: Fri, 17 May 2024 21:17:03 +0300 Subject: [PATCH] style: add border to buttons --- .../LiveEditor/GraphView/NotSupported.tsx | 1 + src/containers/Modals/AccountModal/index.tsx | 2 +- src/containers/Toolbar/index.tsx | 1 + src/layout/Footer.tsx | 1 + src/layout/Navbar.tsx | 1 + src/pages/index.tsx | 18 ++++++++---------- src/pages/pricing.tsx | 3 ++- 7 files changed, 15 insertions(+), 12 deletions(-) diff --git a/src/containers/Editor/LiveEditor/GraphView/NotSupported.tsx b/src/containers/Editor/LiveEditor/GraphView/NotSupported.tsx index c2a39ac..2d28674 100644 --- a/src/containers/Editor/LiveEditor/GraphView/NotSupported.tsx +++ b/src/containers/Editor/LiveEditor/GraphView/NotSupported.tsx @@ -180,6 +180,7 @@ export const NotSupported = () => { variant="gradient" radius="xl" rightSection={} + style={{ border: "1px solid #625BF6" }} > Get Premium diff --git a/src/containers/Modals/AccountModal/index.tsx b/src/containers/Modals/AccountModal/index.tsx index c1149a4..25040d7 100644 --- a/src/containers/Modals/AccountModal/index.tsx +++ b/src/containers/Modals/AccountModal/index.tsx @@ -52,7 +52,7 @@ export const AccountModal = ({ opened, onClose }: ModalProps) => {