Improve tooltip look

This commit is contained in:
fragosti
2018-05-29 12:53:18 -07:00
parent 338e8be327
commit f0bbf2cab0
7 changed files with 69 additions and 13 deletions

View File

@@ -47,6 +47,7 @@ import { colors } from 'ts/utils/colors';
import { constants } from 'ts/utils/constants';
import { utils } from 'ts/utils/utils';
import { styles as walletItemStyles } from 'ts/utils/wallet_item_styles';
import { zIndex } from '../../utils/style';
export interface WalletProps {
userAddress: string;
@@ -85,6 +86,8 @@ interface AccessoryItemConfig {
const styles: Styles = {
root: {
width: '100%',
zIndex: zIndex.aboveOverlay,
position: 'relative',
},
headerItemInnerDiv: {
paddingLeft: 65,