Skip to content

Commit

Permalink
PWA: Reload button styling to default
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzo committed Nov 6, 2023
1 parent a5cf24f commit 7edda4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modern/src/ReloadPrompt.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function ReloadPrompt() {
open={needRefresh}
message={t('updateAvailable')}
action={(
<Button color="secondary" size="small" onClick={() => updateServiceWorker(true)}>
<Button onClick={() => updateServiceWorker(true)}>
{t('sharedReload')}
</Button>
)}
Expand Down

0 comments on commit 7edda4c

Please sign in to comment.