Button fix
This commit is contained in:
@@ -8,6 +8,7 @@ function App() {
|
||||
return (
|
||||
<div className="App">
|
||||
<Button icon={arrowLeft} iconWidth={50} iconHeight={50} width={200} height={100}/>
|
||||
<Button icon={arrowRight}></Button>
|
||||
<Button text={"Hallo"} onClick={() => {console.log("test")}}></Button>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user