Skip to content

Commit

Permalink
♻️ refactor: Headingコンポーネントのカラーを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
takashi0602 committed Dec 11, 2023
1 parent 23001fb commit c342e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/base/Heading/styles.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const styles = {
common: sprinkles({
lineHeight: 1.3,
fontWeight: 'bold',
color: 'black',
color: 'white',
}),
h1: sprinkles({
fontSize: {
Expand Down

0 comments on commit c342e75

Please sign in to comment.