diff --git a/docs/pull_request_template.md b/docs/pull_request_template.md index 2bad0c0..6b07b1b 100644 --- a/docs/pull_request_template.md +++ b/docs/pull_request_template.md @@ -4,11 +4,14 @@ PLEASE REVIEW YOUR OWN PR BEFORE OPENING/UN-DRAFTING IT [ticket description] +## Screenshots/Videocasts/Preview Links + ## Have you? - [ ] Reviewed your own PR? - [ ] Tested your own feature/fix meets Acceptance Criteria? - [ ] Made sure it passes all checks? (lint, build, integrations, scripts, etc)? +- [ ] Added screenshots? (if relevant) - [ ] Added unit tests? (if necessary) - [ ] Added documentation? (if necessary) diff --git a/src/atoms/01_Button/Button.tsx b/src/atoms/01_Button/Button.tsx index 110c760..963d6e3 100644 --- a/src/atoms/01_Button/Button.tsx +++ b/src/atoms/01_Button/Button.tsx @@ -74,7 +74,7 @@ export const HButton = function ({ { 'relative normal-case shadow-none hover:shadow-none': true, 'rounded-md w-full px-a3 py-b1': !!children, - 'rounded-full px-0 py-0 min-w-a5 max-w-a5 w-a5 max-h-a5 h-a5': !children, + 'rounded-md px-0 py-0 min-w-a5 max-w-a5 w-a5 max-h-a5 h-a5': !children, }, buttonTheme === EButtonTheme.PRIMARY && { [`