Skip to content

Commit 81c6bc7

Browse files
committed
Darken percentage buttons on hover
1 parent 3e39edb commit 81c6bc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/ui/src/components/common/SlippageToleranceConfig.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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')}

0 commit comments

Comments
 (0)