File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed
@chakra-ui/gatsby-plugin/components Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -92,8 +92,6 @@ export const Button: ComponentStyleConfig = {
92
92
} ,
93
93
icon : {
94
94
appearance : "none" ,
95
- display : "grid" ,
96
- placeItems : "center" ,
97
95
background : "inherit" ,
98
96
padding : "initial" ,
99
97
border : 0 ,
Original file line number Diff line number Diff line change @@ -212,7 +212,6 @@ const FeedbackWidget: React.FC<FeedbackWidgetProps> = ({ location = "" }) => {
212
212
< Flex flexWrap = "nowrap" gap = { 6 } width = "full" >
213
213
{ feedbackSubmitted ? (
214
214
< Button
215
- variant = "solid"
216
215
onClick = { handleSurveyOpen }
217
216
aria-label = { translateMessageId (
218
217
"feedback-widget-thank-you-cta" ,
Original file line number Diff line number Diff line change @@ -430,7 +430,6 @@ const Nav: React.FC<IProps> = ({ path }) => {
430
430
onClick = { toggleColorMode }
431
431
/>
432
432
< ButtonLink to = "/languages/" variant = "icon" >
433
- < Flex flexWrap = "nowrap" alignItems = "center" >
434
433
< Icon as = { MdLanguage } fontSize = "2xl" />
435
434
< Text as = "span" pl = { 2 } >
436
435
< Translation id = "languages" />
You can’t perform that action at this time.
0 commit comments