From 4584a8d2ce59eda266a2273d0be10c38c6e8dd78 Mon Sep 17 00:00:00 2001 From: keannu125 Date: Mon, 27 Feb 2023 13:01:19 +0800 Subject: [PATCH] Fixed broken vh sizes for some components --- src/Components/AppIcon/AppIcon.tsx | 6 +++--- src/Components/Header/Header.tsx | 2 +- src/Components/HomeIcon/HomeIcon.tsx | 8 ++++---- src/styles.tsx | 9 +++++---- 4 files changed, 13 insertions(+), 12 deletions(-) diff --git a/src/Components/AppIcon/AppIcon.tsx b/src/Components/AppIcon/AppIcon.tsx index aef58b9..56d5c80 100644 --- a/src/Components/AppIcon/AppIcon.tsx +++ b/src/Components/AppIcon/AppIcon.tsx @@ -1,7 +1,7 @@ import * as React from "react"; export interface props { - size: string; + size: number; color: string; } @@ -10,8 +10,8 @@ export default function AppIcon(props: props) { <> - +

Clip Notes