10 lines
216 B
TypeScript
10 lines
216 B
TypeScript
import { Styles } from '@0xproject/react-shared';
|
|
|
|
import { colors } from 'ts/style/colors';
|
|
|
|
export const styles: Styles = {
|
|
focusedItem: {
|
|
backgroundColor: colors.walletFocusedItemBackground,
|
|
},
|
|
};
|