fix(../V2/SearchHistory): fixed background width of history type prop

This commit is contained in:
danis
2024-01-04 18:41:44 +01:00
parent fcb29ae484
commit ef57eb752d
+1
View File
@@ -32,6 +32,7 @@ const HistoryRowComponent = (props: historyRowProps) => {
borderRadius: 8,
paddingVertical: 4,
paddingHorizontal: 12,
alignSelf: 'flex-start',
}}
>
<Text>{props.type}</Text>