Skip to content

Commit

Permalink
fix: add default width and height to label icon
Browse files Browse the repository at this point in the history
Signed-off-by: bunsy-0900 <bunsy-chhay@mptc.gov.kh>
  • Loading branch information
bunsy-0900 committed Jan 17, 2024
1 parent 9beaddd commit c95355c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ export const ResetPassword = ({ methods, settings }: ResetPasswordProps) => {
<Icons.info
className="m-1 h-4 w-4 cursor-pointer sm:h-3 sm:w-3"
alt="info icon"
width="100%"
height="100%"
/>
}
>
Expand Down
4 changes: 4 additions & 0 deletions signup-ui/src/pages/SignUpPage/AccountSetup/AccountSetup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ export const AccountSetup = ({ settings, methods }: AccountSetupProps) => {
<Icons.info
className="m-1 h-4 w-4 cursor-pointer sm:h-3 sm:w-3"
alt="info icon"
width="100%"
height="100%"
/>
}
>
Expand Down Expand Up @@ -234,6 +236,8 @@ export const AccountSetup = ({ settings, methods }: AccountSetupProps) => {
<Icons.info
className="m-1 h-4 w-4 cursor-pointer sm:h-3 sm:w-3"
alt="info icon"
width="100%"
height="100%"
/>
}
>
Expand Down

0 comments on commit c95355c

Please sign in to comment.