mirror of
https://github.com/lemeow125/React-NotesApp.git
synced 2025-07-04 19:34:10 +08:00
Fixed broken vh sizes for some components
This commit is contained in:
parent
1131b2d448
commit
4584a8d2ce
4 changed files with 13 additions and 12 deletions
|
@ -26,7 +26,7 @@ export default function Header() {
|
|||
...{ flex: 6 },
|
||||
}}
|
||||
>
|
||||
<AppIcon size="8vh" color="white" />
|
||||
<AppIcon size={48} color="white" />
|
||||
<p style={styles.text_medium}>Clip Notes</p>
|
||||
</div>
|
||||
<div
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue