Skip to content

Commit 7163b32

Browse files
wackerowpettinarip
andauthored
Apply suggestions from code review
Co-authored-by: Pablo Pettinari <pettinarip@gmail.com>
1 parent b7ecb5d commit 7163b32

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

src/@chakra-ui/gatsby-plugin/components/Button.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ export const Button: ComponentStyleConfig = {
9292
},
9393
icon: {
9494
appearance: "none",
95-
display: "grid",
96-
placeItems: "center",
9795
background: "inherit",
9896
padding: "initial",
9997
border: 0,

src/components/FeedbackWidget.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ const FeedbackWidget: React.FC<FeedbackWidgetProps> = ({ location = "" }) => {
212212
<Flex flexWrap="nowrap" gap={6} width="full">
213213
{feedbackSubmitted ? (
214214
<Button
215-
variant="solid"
216215
onClick={handleSurveyOpen}
217216
aria-label={translateMessageId(
218217
"feedback-widget-thank-you-cta",

src/components/Nav/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,6 @@ const Nav: React.FC<IProps> = ({ path }) => {
430430
onClick={toggleColorMode}
431431
/>
432432
<ButtonLink to="/languages/" variant="icon">
433-
<Flex flexWrap="nowrap" alignItems="center">
434433
<Icon as={MdLanguage} fontSize="2xl" />
435434
<Text as="span" pl={2}>
436435
<Translation id="languages" />

0 commit comments

Comments
 (0)