Skip to content

Commit 6980c7a

Browse files
Increase progress ring thickness from 2 to 3 - Apply suggestions from code review
Co-authored-by: Henry8192 <[email protected]>
1 parent de99ef3 commit 6980c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

new-log-viewer/src/components/PopUps/PopUpMessageBox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const PopUpMessageBox = ({message}: PopUpMessageProps) => {
9797
color={color}
9898
determinate={true}
9999
size={"sm"}
100-
thickness={2}
100+
thickness={3}
101101
value={percentRemaining}
102102
>
103103
<IconButton

0 commit comments

Comments
 (0)