Skip to content

Commit

Permalink
Fix: chronium h1Text ui issue fixed #22
Browse files Browse the repository at this point in the history
  • Loading branch information
ymw0407 authored Feb 7, 2025
1 parent d5f2b25 commit 20e777d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/atom/text/h1StyleText/h1StyleText.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,9 @@ export const h1StyleText = style({
lineHeight: "normal",

userSelect: "none",

height: "100%",
display: "flex",
alignItems: "center",
justifyContent: "center",
});

0 comments on commit 20e777d

Please sign in to comment.