File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/ui/src/components/common Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ const SlippageTabs: FC<SlippageTabsProps> = ({
127127 borderRadius : '6px' ,
128128 justifyContent : 'center' ,
129129 '&:hover' : {
130- backgroundColor : 'gray4 '
130+ backgroundColor : 'gray5 '
131131 }
132132 } }
133133 onClick = { ( ) => handleInputChange ( '1' ) }
@@ -147,7 +147,7 @@ const SlippageTabs: FC<SlippageTabsProps> = ({
147147 borderRadius : '6px' ,
148148 justifyContent : 'center' ,
149149 '&:hover' : {
150- backgroundColor : 'gray4 '
150+ backgroundColor : 'gray5 '
151151 }
152152 } }
153153 onClick = { ( ) => handleInputChange ( '2' ) }
@@ -167,7 +167,7 @@ const SlippageTabs: FC<SlippageTabsProps> = ({
167167 borderRadius : '6px' ,
168168 justifyContent : 'center' ,
169169 '&:hover' : {
170- backgroundColor : 'gray4 '
170+ backgroundColor : 'gray5 '
171171 }
172172 } }
173173 onClick = { ( ) => handleInputChange ( '5' ) }
You can’t perform that action at this time.
0 commit comments