Skip to content

Commit

Permalink
updating the loading spinner style
Browse files Browse the repository at this point in the history
  • Loading branch information
OvidijusParsiunas committed Aug 20, 2024
1 parent ff00c3f commit eb6d004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/src/utils/loading/loadingStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ export class LoadingStyle {
bubbleElement.style.setProperty('--loading-history-height', height || '57px');
bubbleElement.style.setProperty('--loading-history-width', width || '57px');
bubbleElement.style.setProperty('--loading-history-margin', margin || '7px');
bubbleElement.style.setProperty('--loading-history-border', border || '5px');
bubbleElement.style.setProperty('--loading-history-border', border || '6px');
}
}

0 comments on commit eb6d004

Please sign in to comment.