mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-19 13:14:22 +00:00
fix token list overlapping with search field
This commit is contained in:
parent
c2f46699a5
commit
6a46aa9339
@ -1,9 +1,11 @@
|
|||||||
// @flow
|
// @flow
|
||||||
import { lg, md, sm, xs, mediumFontSize, border } from '~/theme/variables'
|
import {
|
||||||
|
lg, md, sm, xs, mediumFontSize, border,
|
||||||
|
} from '~/theme/variables'
|
||||||
|
|
||||||
export const styles = () => ({
|
export const styles = () => ({
|
||||||
root: {
|
root: {
|
||||||
minHeight: '132px',
|
minHeight: '143px',
|
||||||
},
|
},
|
||||||
heading: {
|
heading: {
|
||||||
padding: `${md} ${lg}`,
|
padding: `${md} ${lg}`,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user