Fix white theme of Share window (#1036)

This commit is contained in:
Cesaryuan
2024-09-05 20:49:24 +08:00
committed by GitHub
parent 1ff2ec760b
commit e0b88ce42a
3 changed files with 17 additions and 17 deletions

View File

@@ -1095,7 +1095,7 @@ class ManagerMenuDialog extends ComfyDialog {
textContent: 'Workflow Gallery',
style: {
'text-align': 'center',
'color': 'white',
'color': 'var(--input-text)',
'font-size': '18px',
'margin': 0,
'padding': 0,
@@ -1106,7 +1106,7 @@ class ManagerMenuDialog extends ComfyDialog {
textContent: `(${localStorage.getItem("wg_last_visited") ? localStorage.getItem("wg_last_visited").split('/')[2] : ''})`,
style: {
'text-align': 'center',
'color': 'white',
'color': 'var(--input-text)',
'font-size': '12px',
'margin': 0,
'padding': 0,