Change menu button style
This commit is contained in:
parent
d9822fdabc
commit
cfd6633e61
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class App extends React.Component<IAppProps> {
|
|||
return (
|
||||
<div className="App font-sans h-full">
|
||||
<Sidebar componentOptions={this.state.configuration.AvailableContainers} isOpen={this.state.isSidebarOpen} onClick={() => this.ToggleMenu()} />
|
||||
<button className='fixed z-0 top-4 left-4 text-lg' onClick={() => this.ToggleMenu()}>☰ Menu</button>
|
||||
<button className='fixed z-0 top-4 left-4 text-lg bg-slate-200 hover:bg-slate-300 transition-all drop-shadow-md hover:drop-shadow-lg py-2 px-3 rounded-lg' onClick={() => this.ToggleMenu()}>☰ Menu</button>
|
||||
<SVG MainContainer={this.state.configuration.MainContainer} />
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue