mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-30 19:23:29 -05:00
Fix?
This commit is contained in:
parent
d9166e36c5
commit
7f21479f59
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ export default definePlugin({
|
|||
// also set the colors
|
||||
{
|
||||
match: /.botText,children:(\i)}\)]/,
|
||||
replace: "$&,'data-tag':$1.toLowerCase(),style:{'background-color':moreTags_bgColor,'color':moreTags_fgColor},'data-moreTags-darkFg':moreTags_fgColor?.includes('0')"
|
||||
replace: "$&,'data-tag':$1.toLowerCase(),style:{'background-color':moreTags_bgColor,'color':moreTags_fgColor},'data-moreTags-darkFg':moreTags_fgColor && moreTags_fgColor.includes('0') ? moreTags_fgColor : undefined"
|
||||
}
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue