Skip to content

Commit

Permalink
Hotfix for styling issue on welcome screen
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsdejong committed Nov 30, 2021
1 parent a572cc7 commit d4c5dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modal/WelcomeScreenModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const NeoWelcomeScreenModal = ({ welcomeScreenOpen, setWelcomeScreenOpen,
size="large">
Existing Dashboard
</Button> : <Button disabled
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%)" }}
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%)" }}
color="default"
variant="contained"
size="large">
Expand Down

0 comments on commit d4c5dad

Please sign in to comment.