From d336768c15fa5a1cbe5a4a051e749d00aa31be60 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 7 Jan 2021 17:06:37 +0100 Subject: zoekbalk + navbar icoon grootte --- src/components/ui.tsx | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'src/components/ui.tsx') diff --git a/src/components/ui.tsx b/src/components/ui.tsx index 2a7e950..27d98cd 100644 --- a/src/components/ui.tsx +++ b/src/components/ui.tsx @@ -1,5 +1,7 @@ import { CSSProperties, ReactNode } from "react"; +import SearchIcon from '@material-ui/icons/Search'; + interface VierkantProps { href?: string; width?: string; @@ -67,21 +69,29 @@ export function SearchBar(props: SearchBarProps) {
+ }}> + + } -- cgit v1.2.3