fix token list overlapping with search field

This commit is contained in:
Mikhail Mikheev 2019-03-21 18:22:11 +04:00
parent c2f46699a5
commit 6a46aa9339

View File

@ -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}`,