|
| 1 | +export const styles = { |
| 2 | + 'html.light &': { |
| 3 | + '--theme-token-input-title-color': '#2e3048', |
| 4 | + '--theme-token-input-background': '#fff', |
| 5 | + '--theme-token-input-textfield-background-color': '#fff', |
| 6 | + '--theme-token-input-textfield-background-color-active': 'rgb(0 0 0 / 5%)', |
| 7 | + '--theme-token-input-textfield-border-color': '#e2e0e7', |
| 8 | + '--theme-token-input-textfield-border-color-active': '#e2e0e7', |
| 9 | + '--theme-token-input-textfield-color': '#2e3048', |
| 10 | + '--theme-token-input-textfield-color-active': '#2e3048', |
| 11 | + '--theme-token-input-textfield-placeholder-color': 'rgb(22 29 26 / 60%)', |
| 12 | + '--theme-token-input-dropdown-button-background-color': '#fff', |
| 13 | + '--theme-token-input-dropdown-button-background-color-hover': 'rgb(0 0 0 / 5%)', |
| 14 | + '--theme-token-input-dropdown-button-border-color': '#e2e0e7', |
| 15 | + '--theme-token-input-dropdown-button-border-color-hover': '#e2e0e7', |
| 16 | + '--theme-token-input-dropdown-button-border-color-active': '#e2e0e7', |
| 17 | + '--theme-token-input-dropdown-button-color': '#2e3048', |
| 18 | + '--theme-token-input-dropdown-button-color-hover': '#2e3048', |
| 19 | + '--theme-token-input-dropdown-button-background-color-disabled': '#fff', |
| 20 | + '--theme-token-input-dropdown-button-border-color-disabled': '#e2e0e7', |
| 21 | + '--theme-token-input-dropdown-button-color-disabled': '#2e3048', |
| 22 | + '--theme-token-input-max-button-background-color': '#fff', |
| 23 | + '--theme-token-input-max-button-background-color-hover': 'rgb(0 0 0 / 5%)', |
| 24 | + '--theme-token-input-max-button-border-color': '#e2e0e7', |
| 25 | + '--theme-token-input-max-button-border-color-hover': '#e2e0e7', |
| 26 | + '--theme-token-input-max-button-border-color-active': '#e2e0e7', |
| 27 | + '--theme-token-input-max-button-color': '#8b46a4', |
| 28 | + '--theme-token-input-max-button-color-hover': '#8b46a4', |
| 29 | + '--theme-token-input-max-button-background-color-disabled': '#fff', |
| 30 | + '--theme-token-input-max-button-border-color-disabled': '#e2e0e7', |
| 31 | + '--theme-token-input-max-button-color-disabled': '#8b46a4', |
| 32 | + '--theme-token-input-estimated-usd-color': '#4b4d60', |
| 33 | + '--theme-token-input-balance-color': '#4b4d60', |
| 34 | + }, |
| 35 | + 'html.dark &': { |
| 36 | + '--theme-token-input-title-color': '#fff', |
| 37 | + '--theme-token-input-background': '#373954', |
| 38 | + '--theme-token-input-textfield-background-color': '#373954', |
| 39 | + '--theme-token-input-textfield-background-color-active': 'rgb(255 255 255 / 5%)', |
| 40 | + '--theme-token-input-textfield-border-color': '#5f6178', |
| 41 | + '--theme-token-input-textfield-border-color-active': '#5f6178', |
| 42 | + '--theme-token-input-textfield-color': 'rgb(255 255 255 / 80%)', |
| 43 | + '--theme-token-input-textfield-color-active': 'rgb(255 255 255 / 80%)', |
| 44 | + '--theme-token-input-textfield-placeholder-color': 'rgb(255 255 255 / 50%)', |
| 45 | + '--theme-token-input-dropdown-button-background-color': '#373954', |
| 46 | + '--theme-token-input-dropdown-button-background-color-hover': 'rgb(255 255 255 / 5%)', |
| 47 | + '--theme-token-input-dropdown-button-border-color': '#5f6178', |
| 48 | + '--theme-token-input-dropdown-button-border-color-hover': '#5f6178', |
| 49 | + '--theme-token-input-dropdown-button-border-color-active': '#5f6178', |
| 50 | + '--theme-token-input-dropdown-button-color': '#fff', |
| 51 | + '--theme-token-input-dropdown-button-color-hover': '#fff', |
| 52 | + '--theme-token-input-dropdown-button-background-color-disabled': '#373954', |
| 53 | + '--theme-token-input-dropdown-button-border-color-disabled': '#5f6178', |
| 54 | + '--theme-token-input-dropdown-button-color-disabled': '#fff', |
| 55 | + '--theme-token-input-max-button-background-color': '#373954', |
| 56 | + '--theme-token-input-max-button-background-color-hover': 'rgb(255 255 255 / 5%)', |
| 57 | + '--theme-token-input-max-button-border-color': '#c5c2cb', |
| 58 | + '--theme-token-input-max-button-border-color-hover': '#c5c2cb', |
| 59 | + '--theme-token-input-max-button-border-color-active': '#c5c2cb', |
| 60 | + '--theme-token-input-max-button-color': '#c5c2cb', |
| 61 | + '--theme-token-input-max-button-color-hover': '#fff', |
| 62 | + '--theme-token-input-max-button-background-color-disabled': '#373954', |
| 63 | + '--theme-token-input-max-button-border-color-disabled': '#5f6178', |
| 64 | + '--theme-token-input-max-button-color-disabled': '#fff', |
| 65 | + '--theme-token-input-estimated-usd-color': '#e2e0e7', |
| 66 | + '--theme-token-input-balance-color': '#e2e0e7', |
| 67 | + }, |
| 68 | +} |
| 69 | + |
| 70 | +export default styles |
0 commit comments