diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-07-10 15:49:39 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-07-16 16:44:05 +0200 |
| commit | cc338ca0571452d437a7c54e28d0f57967184973 (patch) | |
| tree | 72036e8d6bd2f728b1056060cabe467c747f2a39 | |
| parent | d054a99cfdb95e7f54f76e658aa8882282c4cf5a (diff) | |
| download | mullvadvpn-cc338ca0571452d437a7c54e28d0f57967184973.tar.xz mullvadvpn-cc338ca0571452d437a7c54e28d0f57967184973.zip | |
Remove unused styles
| -rw-r--r-- | app/components/styled/CellButton.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/app/components/styled/CellButton.js b/app/components/styled/CellButton.js index ed3421f803..709260d2e6 100644 --- a/app/components/styled/CellButton.js +++ b/app/components/styled/CellButton.js @@ -24,18 +24,6 @@ const styles = { cellHover: { backgroundColor: colors.blue80, }, - white40: { - color: colors.white40, - }, - white60: { - color: colors.white60, - }, - white80: { - color: colors.white80, - }, - white: { - color: colors.white, - }, icon: { color: colors.white60, marginLeft: 8, |
