mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-09 15:44:55 -04:00
Update search input to full width and bump Android versionCode to 96
This commit is contained in:
@@ -11,7 +11,7 @@ android {
|
||||
applicationId "com.compassconnections.app"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 95
|
||||
versionCode 96
|
||||
versionName "1.21.0"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
aaptOptions {
|
||||
|
||||
@@ -167,7 +167,7 @@ export const Search = forwardRef<
|
||||
ref={ref}
|
||||
value={keywordInput}
|
||||
placeholder={placeholder}
|
||||
className={'w-48 sm:w-96'}
|
||||
className={'w-full sm:w-96'}
|
||||
onChange={(e: React.ChangeEvent<HTMLInputElement>) => {
|
||||
setKeywordInput(e.target.value)
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user