Fix filter pill sizing for admin filters
This commit is contained in:
@@ -1397,6 +1397,9 @@ export default function MobileEventControlRoomPage() {
|
||||
borderColor={border}
|
||||
paddingVertical="$2"
|
||||
paddingHorizontal="$3"
|
||||
width="auto"
|
||||
minWidth="max-content"
|
||||
flexShrink={0}
|
||||
hoverStyle={{ backgroundColor: '$backgroundHover' }}
|
||||
pressStyle={{ backgroundColor: '$backgroundPress' }}
|
||||
activeStyle={{ backgroundColor: '$backgroundPress', borderColor: '$borderColorPress' }}
|
||||
@@ -1569,6 +1572,9 @@ export default function MobileEventControlRoomPage() {
|
||||
borderColor={border}
|
||||
paddingVertical="$2"
|
||||
paddingHorizontal="$3"
|
||||
width="auto"
|
||||
minWidth="max-content"
|
||||
flexShrink={0}
|
||||
hoverStyle={{ backgroundColor: '$backgroundHover' }}
|
||||
pressStyle={{ backgroundColor: '$backgroundPress' }}
|
||||
activeStyle={{ backgroundColor: '$backgroundPress', borderColor: '$borderColorPress' }}
|
||||
|
||||
Reference in New Issue
Block a user