Skip to content

Commit

Permalink
chore: use constant font definition
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Meier <[email protected]>
  • Loading branch information
n0izn0iz committed Nov 30, 2024
1 parent c52a596 commit 1f633c2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/screens/Rakki/RakkiScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -836,12 +836,9 @@ const rakkiJapTextCStyle: TextStyle = {
};

const gameBoxLabelCStyle: TextStyle = {
...fontSemibold12,
color: "#777",
textAlign: "center",
fontSize: 12,
lineHeight: 16,
letterSpacing: -0.48,
fontWeight: "400",
};

const sectionLabelCStyle: TextStyle = {
Expand Down

0 comments on commit 1f633c2

Please sign in to comment.