File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,7 @@ function App() {
47
47
48
48
return (
49
49
< Box
50
- width = "90%"
51
- minWidth = "768px"
50
+ width = { [ "100%" , "90%" ] }
52
51
maxWidth = "1024px"
53
52
margin = "0 auto"
54
53
bg = "background"
@@ -96,7 +95,7 @@ function App() {
96
95
< Dialog aria-label = "Donate" isOpen = { showDialog } onDismiss = { close } >
97
96
< Flex flexDirection = "column" >
98
97
< Flex flexDirection = "column" my = { 1 } >
99
- < Heading color = "black" > Log in</ Heading >
98
+ < Heading > Log in</ Heading >
100
99
< form >
101
100
< Box my = { 2 } sx = { { "> input" : { margin : 2 } } } >
102
101
< Label htmlFor = "email" fontSize = { 3 } >
@@ -127,7 +126,7 @@ function App() {
127
126
</ form >
128
127
</ Flex >
129
128
< form onSubmit = { handleSubmit } >
130
- < Heading color = "black" > Make a contribution</ Heading >
129
+ < Heading > Make a contribution</ Heading >
131
130
< Flex flexDirection = "column" my = { 1 } >
132
131
< Box >
133
132
< Label htmlFor = "percent" fontSize = { 3 } >
You can’t perform that action at this time.
0 commit comments