Skip to content

Commit

Permalink
fix(LinkButton): text aligment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiri Kolarik committed Feb 4, 2022
1 parent 06d2920 commit 4df88c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@storybook/manager-webpack5": "^6.4.17",
"@storybook/node-logger": "^6.4.17",
"@storybook/preset-create-react-app": "^4.0.0",
"@storybook/react": "^6.4.17",
"@storybook/react": "^6.4.18",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
Expand Down
1 change: 1 addition & 0 deletions src/link/link-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export default function LinkButton(props: PropsWithChildren<LinkButtonProps>) {
display: "inline-flex",
flexDirection: "row",
alignItems: "center",
justifyContent: "center",
transitionTimingFunction: "cubic-bezier(0, 0, 1, 1)",
transitionDuration: "200ms",
transitionProperty: "background",
Expand Down

0 comments on commit 4df88c6

Please sign in to comment.