MutualGroupDMs: Fix overlap in V2 User Profile Modal
This commit is contained in:
parent
133e924425
commit
73f68fe0b7
2 changed files with 2 additions and 2 deletions
|
|
@ -127,7 +127,7 @@ export default definePlugin({
|
|||
// Make the tab bar item text smaller so our tab can fit.
|
||||
{
|
||||
match: /(\.tabBarItem.+?variant:)"heading-lg\/medium"/,
|
||||
replace: '$1"heading-md/medium"'
|
||||
replace: '$1"heading-sm/medium"'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue