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