UI cosmetic improvements (#1486)

* resize alerts and modals

* fix log color

* closes #1404

Co-authored-by: Matt Hill <matthill@Matt-M1.local>
This commit is contained in:
Matt Hill
2022-06-06 11:31:45 -06:00
committed by GitHub
parent 18e2c610bc
commit d53e295569
30 changed files with 68 additions and 90 deletions

View File

@@ -31,7 +31,6 @@ export class ServerConfigService {
const loader = await this.loadingCtrl.create({
spinner: 'lines',
message: 'Saving...',
cssClass: 'loader',
})
loader.present()