Skip to content

Commit d4c5dad

Browse files
committed
Hotfix for styling issue on welcome screen
1 parent a572cc7 commit d4c5dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modal/WelcomeScreenModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const NeoWelcomeScreenModal = ({ welcomeScreenOpen, setWelcomeScreenOpen,
6565
size="large">
6666
Existing Dashboard
6767
</Button> : <Button disabled
68-
style={{ marginTop: "10px", color: "grey", width: "100%", backgroundColor: "white", boxShadow: "0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%)" }}
68+
style={{ marginTop: "10px", width: "100%", backgroundColor: "white", boxShadow: "0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%)" }}
6969
color="default"
7070
variant="contained"
7171
size="large">

0 commit comments

Comments
 (0)