Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
fix: make compose note title bigger and bold
Browse files Browse the repository at this point in the history
  • Loading branch information
antsgar committed Mar 26, 2021
1 parent 8fd731f commit d35e5f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/screens/Compose/Compose.styled.ts
Expand Up @@ -42,8 +42,8 @@ export const WebViewReloadButtonText = styled.Text`
font-weight: bold;
`;
export const NoteTitleInput = styled.TextInput`
font-weight: 600;
font-size: 16px;
font-weight: bold;
font-size: 18px;
color: ${({ theme }) => theme.stylekitForegroundColor};
background-color: ${({ theme }) => theme.stylekitBackgroundColor};
height: ${NOTE_TITLE_HEIGHT}px;
Expand Down

0 comments on commit d35e5f0

Please sign in to comment.