Skip to content

Commit

Permalink
[DPCP-6]: Make IconButton round. (#5)
Browse files Browse the repository at this point in the history
* ar(feat) DPCP-6: Make IconButton round.

* ar(feat) DPCP-6: Make IconButton round.
  • Loading branch information
angeloreale authored Jul 13, 2024
1 parent 9bdff0d commit 03e41a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion src/atoms/01_Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 && {
[`
Expand Down

0 comments on commit 03e41a6

Please sign in to comment.