Fix IrcColors for gradient roles and other patches

This commit is contained in:
Nuckyz 2025-05-12 20:38:58 -03:00
parent 690574376b
commit 92ff9c1ca4
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9
3 changed files with 15 additions and 5 deletions

View file

@ -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"'
}
]
},