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

@@ -199,7 +199,7 @@ export class OpenArtShareDialog extends ComfyDialog {
color: "white",
style: {
'text-align': 'center',
color: 'white',
color: 'var(--input-text)',
margin: '0 0 10px 0',
}
});
@@ -733,7 +733,7 @@ export class OpenArtShareDialog extends ComfyDialog {
size: 2,
color: "white",
style: {
color: 'white',
color: 'var(--input-text)',
margin: '0 0 5px 0',
fontSize: '12px',
},