Skip to content

Commit

Permalink
feat: update color
Browse files Browse the repository at this point in the history
  • Loading branch information
DenSmolonski committed Oct 9, 2024
1 parent 35416e1 commit 939928c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ui/snippets/topBar/SwapButton.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { Button, Box } from '@chakra-ui/react';
import React from 'react';

import IconSvg from 'ui/shared/IconSvg';

const SwapButton = () => {
return (
<Button
Expand All @@ -14,8 +12,9 @@ const SwapButton = () => {
borderRadius="sm"
height={ 5 }
px={ 1.5 }
bgColor="var(--chakra-colors-blue-300)"
_hover={{ bgColor: 'var(--chakra-colors-blue-300)' }}
>
<IconSvg name="swap" boxSize={ 3 } mr={{ base: 0, sm: 1 }}/>
<Box display={{ base: 'none', md: 'inline' }}>
Get ONE
</Box>
Expand Down

0 comments on commit 939928c

Please sign in to comment.