Member Labels: A few small changes

This commit is contained in:
Scott Nonnenberg
2026-02-27 23:49:36 +10:00
committed by GitHub
parent 4221933fe1
commit 636f37eb14
3 changed files with 9 additions and 2 deletions

View File

@@ -40,9 +40,9 @@ export function GroupMemberLabelInfoModal(props: PropsType): JSX.Element {
/>
<img
src="images/tag_dark.svg"
className={tw('mx-auto hidden dark:inline')}
className={tw('mx-auto hidden dark:block')}
height="32"
width="110"
width="32"
alt=""
/>
</div>