Skip to content

Commit

Permalink
fix(budget-app): spinner icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
mildronize committed May 4, 2024
1 parent 78b87a3 commit 3a1fa1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export interface SimpleCircularProgressProps extends CircularProgressProps {
* @returns
*/
function SimpleCircularProgress(props: SimpleCircularProgressProps) {
const size = 20;
const size = 18;
const thickness = 5;
const spinnerColor = props.options?.spinnerColor ?? "blue";

Expand Down

0 comments on commit 3a1fa1f

Please sign in to comment.