Skip to content

Commit

Permalink
continue medium font
Browse files Browse the repository at this point in the history
  • Loading branch information
vidvidvid committed Dec 5, 2024
1 parent 2a21c46 commit b742a66
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ import { useReducer } from 'react';

import { ThreeCircles } from 'react-loader-spinner';

import { getScanUrlByChainId } from '@ui/utils/networkData';
import { ArrowRight } from 'lucide-react';
import { Button } from '@ui/components/ui/button';
import { getScanUrlByChainId } from '@ui/utils/networkData';

export type TransactionStep = {
error: boolean;
Expand Down Expand Up @@ -140,10 +139,9 @@ function TransactionStepsHandler({
<div className="text-center">
<Button
onClick={resetTransactionSteps}
className="mt-4 bg-accent hover:bg-accent/80 font-light py-0 px-3 transition-colors duration-200 flex items-center gap-2 uppercase text-[12px] w-full"
className="mt-4 bg-accent hover:bg-accent/80 font-medium py-0 px-3 transition-colors duration-200 flex items-center gap-2 uppercase text-[12px] w-full"
>
Continue
<ArrowRight className="w-4 h-4" />
</Button>
</div>
)}
Expand Down

0 comments on commit b742a66

Please sign in to comment.