Skip to content

Commit

Permalink
Merge pull request #72 from Team-INSERT/fix/accordion
Browse files Browse the repository at this point in the history
fix(accordion css): 누락된 색상값 추가
  • Loading branch information
Ubinquitous authored Mar 14, 2024
2 parents 3206686 + 409e226 commit adce463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Accordion/style.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const summary = style({
height: "45px",
borderBottom: `1.5px solid ${theme.gray}`,
margin: "10px 0",
color: theme.primary,
color: `${theme.primary}94`,
cursor: "pointer",
...font.H2,
...flex.FLEX,
Expand Down

0 comments on commit adce463

Please sign in to comment.