fix(../V2/SearchHistory): fixed background width of history type prop
This commit is contained in:
@@ -32,6 +32,7 @@ const HistoryRowComponent = (props: historyRowProps) => {
|
||||
borderRadius: 8,
|
||||
paddingVertical: 4,
|
||||
paddingHorizontal: 12,
|
||||
alignSelf: 'flex-start',
|
||||
}}
|
||||
>
|
||||
<Text>{props.type}</Text>
|
||||
|
||||
Reference in New Issue
Block a user