mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-24 17:41:27 -04:00
Fix interest filter width
This commit is contained in:
@@ -8,7 +8,7 @@ android {
|
||||
applicationId "com.compassconnections.app"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 44
|
||||
versionCode 45
|
||||
versionName "1.10.0"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
aaptOptions {
|
||||
|
||||
@@ -64,7 +64,7 @@ export function InterestFilter(props: {
|
||||
selected={filters[label] ?? []}
|
||||
choices={sortedChoices as any}
|
||||
onChange={(c) => updateFilter({[label]: c})}
|
||||
optionsClassName={'w-[200px] sm:w-[400px]'}
|
||||
optionsClassName={''}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user