Skip to content
Snippets Groups Projects
Commit c1f24571 authored by HJ's avatar HJ :fire:
Browse files

revert fgText -> text after some consideration. case was fixed already in other way

parent f85a3e3f
No related branches found
No related tags found
2 merge requests!1074Update master with 2.0.0,!1037Themes v3 Part 1 "2.1" codenamed "One step for themes, a giant burder for code reviewers"
Pipeline #22103 passed
......@@ -288,7 +288,7 @@ export const SLOT_INHERITANCE = {
textColor: true
},
panelFaint: {
depends: ['text'],
depends: ['fgText'],
layer: 'panel',
opacity: 'faint',
textColor: true
......@@ -302,7 +302,7 @@ export const SLOT_INHERITANCE = {
// Top bar
topBar: '--fg',
topBarText: {
depends: ['text'],
depends: ['fgText'],
layer: 'topBar',
textColor: true
},
......@@ -333,7 +333,7 @@ export const SLOT_INHERITANCE = {
opacity: 'btn'
},
btnText: {
depends: ['text'],
depends: ['fgText'],
layer: 'btn',
textColor: true
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment