Skip to content

Commit

Permalink
Lisätty MuiButton:ille oletusarvo loadingPosition-propille
Browse files Browse the repository at this point in the history
  • Loading branch information
pretseli committed Jan 21, 2025
1 parent 1a97846 commit 03c4781
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/lib/theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,10 @@ export const THEME_OVERRIDES: ThemeOptions = {
}),
},
},
MuiButton: {
defaultProps: {
loadingPosition: 'start',
},
},
},
};

0 comments on commit 03c4781

Please sign in to comment.