📱(demo) make demo responsive
The responsive version of the demo app was buggy, so we need to make it shiny! Fixes #275
This commit is contained in:
@@ -19,7 +19,12 @@ const Onboarding = () => {
|
||||
closeOnClickOutside
|
||||
rightActions={
|
||||
<div className="onboarding__footer">
|
||||
<Button color="primary" iconPosition="right" onClick={handleClose}>
|
||||
<Button
|
||||
color="primary"
|
||||
iconPosition="right"
|
||||
fullWidth={true}
|
||||
onClick={handleClose}
|
||||
>
|
||||
Let's go!
|
||||
</Button>
|
||||
<Button
|
||||
@@ -27,6 +32,7 @@ const Onboarding = () => {
|
||||
color="tertiary-text"
|
||||
size="small"
|
||||
icon={<span className="material-icons">open_in_new</span>}
|
||||
fullWidth={true}
|
||||
>
|
||||
Go to the documentation
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user