Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 43a3bee

Browse files
committed
update: style for search bar
1 parent c059e0b commit 43a3bee

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/components/utils/FilterTabs.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,15 @@ const styles = StyleSheet.create({
187187
activeOptionText: {
188188
color: '#4B6BFB',
189189
},
190+
searchInput: {
191+
height: 50,
192+
paddingVertical: 12,
193+
paddingHorizontal: 16,
194+
borderWidth: 1,
195+
borderColor: '#E0E0E0',
196+
borderRadius: 8,
197+
fontSize: 16,
198+
color: '#333',
199+
backgroundColor: 'white',
200+
},
190201
});

0 commit comments

Comments
 (0)