Fix IrcColors for gradient roles and other patches
This commit is contained in:
parent
690574376b
commit
92ff9c1ca4
3 changed files with 15 additions and 5 deletions
|
|
@ -126,8 +126,8 @@ export default definePlugin({
|
|||
},
|
||||
// Make the tab bar item text smaller so our tab can fit.
|
||||
{
|
||||
match: /(\.tabBarItem.+?variant:)"heading-lg\/medium"/,
|
||||
replace: '$1"heading-sm/medium"'
|
||||
match: /(\.tabBarItem.+?variant:)"heading-md\/normal"/,
|
||||
replace: '$1"heading-sm/normal"'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue