aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/style
diff options
context:
space:
mode:
authorBrandon Millman <brandon.millman@gmail.com>2018-11-02 06:23:42 +0800
committerBrandon Millman <brandon.millman@gmail.com>2018-11-02 06:25:34 +0800
commitd16499da4e0611438df7bfe226bce940beca6918 (patch)
tree59affb762069db178050928fa826062244f4a1e8 /packages/instant/src/style
parentc2645b26b457c66b3adcb98a5c089eba3e72f458 (diff)
downloaddexon-sol-tools-d16499da4e0611438df7bfe226bce940beca6918.tar
dexon-sol-tools-d16499da4e0611438df7bfe226bce940beca6918.tar.gz
dexon-sol-tools-d16499da4e0611438df7bfe226bce940beca6918.tar.bz2
dexon-sol-tools-d16499da4e0611438df7bfe226bce940beca6918.tar.lz
dexon-sol-tools-d16499da4e0611438df7bfe226bce940beca6918.tar.xz
dexon-sol-tools-d16499da4e0611438df7bfe226bce940beca6918.tar.zst
dexon-sol-tools-d16499da4e0611438df7bfe226bce940beca6918.zip
Remove alternate hover styling from button and move into icon component
Diffstat (limited to 'packages/instant/src/style')
-rw-r--r--packages/instant/src/style/theme.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/instant/src/style/theme.ts b/packages/instant/src/style/theme.ts
index c7cb0bebe..e81694620 100644
--- a/packages/instant/src/style/theme.ts
+++ b/packages/instant/src/style/theme.ts
@@ -14,7 +14,6 @@ export enum ColorOption {
white = 'white',
lightOrange = 'lightOrange',
darkOrange = 'darkOrange',
- clear = 'clear',
}
export const theme: Theme = {
@@ -27,7 +26,6 @@ export const theme: Theme = {
white: 'white',
lightOrange: '#F9F2ED',
darkOrange: '#F2994C',
- clear: 'rgba(0, 0, 0, 0.0)',
};
export const transparentWhite = 'rgba(255,255,255,0.3)';