blob: 9d6033d7460d801abd3d898d8bd8950a3e83d514 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
import { Styles } from '@0xproject/react-shared';
import { colors } from 'ts/style/colors';
export const styles: Styles = {
focusedItem: {
backgroundColor: colors.walletFocusedItemBackground,
},
};
|