Skip to content

Commit 6f43fc4

Browse files
committed
chore: Tweak search input/styling
1 parent 913a27b commit 6f43fc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/screens/SearchScreen.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,13 +294,13 @@ const styles = StyleSheet.create({
294294
inputFocused: {
295295
borderColor: colors.primary,
296296
borderWidth: 2,
297-
transform: [{ scale: 1.02 }],
297+
transform: [{ scale: 1.01 }],
298298
},
299299
textInput: {
300300
flex: 1,
301301
color: colors.text,
302302
fontSize: scaledPixels(typography.fontSize.md),
303-
padding: 0,
303+
padding: scaledPixels(8),
304304
backgroundColor: 'transparent',
305305
},
306306
searchButton: {

0 commit comments

Comments
 (0)