Skip to content

Commit

Permalink
UI fix (#4858)
Browse files Browse the repository at this point in the history
* center aligned button

* added consitent gap
  • Loading branch information
Pranshu1902 committed Feb 27, 2023
1 parent 1892963 commit 693135b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/Patient/FileUpload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ export const FileUpload = (props: FileUploadProps) => {
<a
href={url[item.id]}
download={item.name}
className="Button outline-offset-1 button-size-default button-shape-square button-primary-default m-1 sm:w-auto w-full hover:text-white focus:bg-primary-500"
className="Button gap-2 outline-offset-1 button-size-default button-shape-square button-primary-default m-1 sm:w-auto w-full hover:text-white focus:bg-primary-500 flex justify-center"
>
<CareIcon className="care-l-arrow-circle-down text-lg" />{" "}
DOWNLOAD
Expand Down Expand Up @@ -1092,7 +1092,7 @@ export const FileUpload = (props: FileUploadProps) => {
disabled={button[3] as boolean}
>
<i className={`fas fa-${button[1]} mr-2`} />
{button[0] as String}
{button[0] as string}
</button>
))}
</>
Expand Down

0 comments on commit 693135b

Please sign in to comment.