fix: token selector scroll margin (#6005)

* fix

* update tests

* remove gql file

* fix breakng snapshot
This commit is contained in:
lynn 2023-02-21 16:40:36 -05:00 committed by GitHub
parent bde1421ffb
commit 9ac28a4571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

@ -105,7 +105,7 @@ exports[`renders currency rows correctly when currencies list is non-empty 1`] =
}
<div
style="padding-right: 8px; padding-top: 8px;"
style="padding-right: 4px;"
>
<div
class="CurrencyList_scrollbarStyle__1pi21y70"
@ -388,7 +388,7 @@ exports[`renders loading rows when isLoading is true 1`] = `
}
<div
style="padding-right: 8px; padding-top: 8px;"
style="padding-right: 4px;"
>
<div
class="CurrencyList_scrollbarStyle__1pi21y70"

@ -290,7 +290,7 @@ export default function CurrencyList({
}, [])
return (
<div style={{ paddingRight: '8px', paddingTop: '8px' }}>
<div style={{ paddingRight: '4px' }}>
{isLoading ? (
<FixedSizeList
className={styles.scrollbarStyle}