Skip to content

Commit

Permalink
Increase progress ring thickness from 2 to 3 - Apply suggestions from…
Browse files Browse the repository at this point in the history
… code review

Co-authored-by: Henry8192 <[email protected]>
  • Loading branch information
junhaoliao and Henry8192 authored Oct 18, 2024
1 parent de99ef3 commit 6980c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion new-log-viewer/src/components/PopUps/PopUpMessageBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const PopUpMessageBox = ({message}: PopUpMessageProps) => {
color={color}
determinate={true}
size={"sm"}
thickness={2}
thickness={3}
value={percentRemaining}
>
<IconButton
Expand Down

0 comments on commit 6980c7a

Please sign in to comment.