Skip to content

Commit

Permalink
design: landing page card 배경색 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hin6150 committed Aug 10, 2024
1 parent 66d94d9 commit 35259de
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { style, createVar } from '@vanilla-extract/css'
import { createVar, style } from '@vanilla-extract/css'

export const accentVar = createVar()

Expand All @@ -18,6 +18,7 @@ export const CardContainer = style({
gap: 40,
boxShadow: '0px 4px 12px #EAEAEA',
borderRadius: 20,
backgroundColor: '#fff',
})

export const CardContainerHeader = style({
Expand Down

0 comments on commit 35259de

Please sign in to comment.