This repository was archived by the owner on Dec 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -177,9 +177,9 @@ const CurrentStatus = () => {
177
177
align = "center"
178
178
direction = { { base : 'column' , md : 'row' } }
179
179
spacing = { { base : 5 , md : 8 } }
180
- bg = "gray.50 "
180
+ bg = "white "
181
181
rounded = "lg"
182
- color = "gray.900 "
182
+ color = "black "
183
183
>
184
184
< Icon as = { GiCrownedHeart } boxSize = { iconSize } />
185
185
@@ -199,10 +199,10 @@ const CurrentStatus = () => {
199
199
href = "https://snapshot.org/#/devdao.eth/proposal/0x52fc76fe5865cf038b89b8c6ef78b6e691c0ab9c2b1228b84b0813b7832ce369"
200
200
size = { buttonSize }
201
201
fontSize = "xs"
202
- bg = "gray.50 "
202
+ bg = "white "
203
203
border = "1px"
204
204
borderStyle = "solid"
205
- borderColor = "gray.900 "
205
+ borderColor = "black "
206
206
_hover = { { bg : 'gray.100' } }
207
207
_active = { { bg : 'gray.200' } }
208
208
leftIcon = { < BsLightningCharge /> }
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ export const theme = extendTheme({
25
25
styles : {
26
26
global : {
27
27
body : {
28
- bg : 'gray.900 ' ,
29
- color : 'gray.50 ' ,
28
+ bg : 'black ' ,
29
+ color : 'white ' ,
30
30
fontSize : 'md' ,
31
31
} ,
32
32
} ,
You can’t perform that action at this time.
0 commit comments