From 957ef12ca360fab575ac2ab43a3a7bafee28c211 Mon Sep 17 00:00:00 2001 From: Mateusz Kwasniewski Date: Wed, 25 Sep 2024 09:11:53 +0200 Subject: [PATCH] fix: adjust welcome dialog size (#8244) --- .../personalDashboard/ConnectSDK.tsx | 21 +++++++++++-------- .../personalDashboard/WelcomeDialog.tsx | 4 ++-- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/frontend/src/component/personalDashboard/ConnectSDK.tsx b/frontend/src/component/personalDashboard/ConnectSDK.tsx index f8314eae337b..9d91ae15dace 100644 --- a/frontend/src/component/personalDashboard/ConnectSDK.tsx +++ b/frontend/src/component/personalDashboard/ConnectSDK.tsx @@ -1,4 +1,4 @@ -import { Button, styled, Typography } from '@mui/material'; +import { Button, styled } from '@mui/material'; import type { FC } from 'react'; const TitleContainer = styled('div')(({ theme }) => ({ @@ -35,10 +35,10 @@ export const CreateFlag: FC<{ project: string }> = ({ project }) => { 1 Create a feature flag - -
The project currently holds no feature toggles.
-
Create a feature flag to get started.
-
+
+

The project currently holds no feature toggles.

+

Create a feature flag to get started.

+