mirror of
https://github.com/traccar/traccar-web.git
synced 2025-01-09 12:47:28 +08:00
PWA: Reload button styling to default
This commit is contained in:
parent
a5cf24ff32
commit
7edda4c1e2
@ -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>
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user