Skip to content

Commit

Permalink
🖌️ Remove stepper background color (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
b-tarczynski authored Jun 17, 2024
1 parent cf71858 commit e7a4a64
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Transactions } from '@/blockchain/transaction'
import { Stepper } from './Stepper'
import { heading } from '../auction/AuctionTransaction'
import { styled } from 'styled-components'
import { Colors } from '@/styles/colors'
import { useResponsiveHelpers } from '@/hooks/useResponsiveHelper'
import { MediaQueries } from '@/styles/mediaQueries'

Expand Down Expand Up @@ -63,7 +62,6 @@ const StepperContainer = styled.div`
flex-direction: column;
width: 313px;
padding: 82px 20px 82px 0;
background-color: ${Colors.Pink};
${MediaQueries.large} {
width: 100%;
Expand Down

0 comments on commit e7a4a64

Please sign in to comment.