1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-25 00:18:07 +00:00
This commit is contained in:
Vasek Mlejnsky 2018-08-27 10:45:33 +02:00
parent db80eed9ba
commit 1143d78405

View File

@ -2,31 +2,6 @@ import React from 'react';
import Select from 'react-select'; import Select from 'react-select';
import colors from 'config/colors'; import colors from 'config/colors';
// const SelectWrapper = styled(Select)`
// width: 200px;
// height: 40px;
// margin-right: 4px;
// .Select-control {
// width: 200px;
// height: 40px;
// border: 1px solid ${colors.DIVIDER};
// border-radius: 0px 2px 2px 0px;
// background: ${colors.WHITE};
// }
// .Select-option {
// ${TRANSITION.HOVER};
// &.is-focused {
// background: ${colors.GRAY_LIGHT};
// }
// &.is-selected {
// background: ${colors.DIVIDER};
// }
// }
// `;
const styles = { const styles = {
singleValue: base => ({ singleValue: base => ({
...base, ...base,