Fix full-screen database button background color in dark mode
This commit is contained in:
parent
df82f2444f
commit
65de891fe8
@ -8,6 +8,7 @@
|
||||
style="flex: 1; font-size: 15pt;"
|
||||
></ion-input>
|
||||
<button
|
||||
class="clear-btn"
|
||||
style="padding: 0 20px; color: white;"
|
||||
*ngIf="fullPage && (editorService.isSaving || editorService.willSave)"
|
||||
title="Saving..."
|
||||
@ -15,6 +16,7 @@
|
||||
<i class="fa fa-spin fa-circle-notch"></i>
|
||||
</button>
|
||||
<button
|
||||
class="clear-btn"
|
||||
style="padding: 0 20px; color: white;"
|
||||
*ngIf="fullPage && !(editorService.isSaving || editorService.willSave)"
|
||||
title="Changes saved."
|
||||
|
Loading…
Reference in New Issue
Block a user