From 1199d5cee79a7dc2b36f6f651e0c0a98522f26d7 Mon Sep 17 00:00:00 2001 From: Angelo Reale <12191809+angeloreale@users.noreply.github.com> Date: Sat, 13 Jul 2024 09:51:42 +0100 Subject: [PATCH 1/2] ar(feat) DPCP-6: Make IconButton round. --- src/atoms/01_Button/Button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && { [` From dbdd0826a3c8337dad8d86af7ecc30465a561b9b Mon Sep 17 00:00:00 2001 From: Angelo Reale <12191809+angeloreale@users.noreply.github.com> Date: Sat, 13 Jul 2024 09:53:05 +0100 Subject: [PATCH 2/2] ar(feat) DPCP-6: Make IconButton round. --- docs/pull_request_template.md | 3 +++ 1 file changed, 3 insertions(+) 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)