Toolbar: add drop-shadow

This commit is contained in:
rektdeckard
2020-08-08 23:50:08 -04:00
parent 981e5ff53d
commit ce5b2604ad
2 changed files with 2 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ type ToolbarProps = {};
const Toolbar: React.FC<ToolbarProps> = () => {
return (
<menu className="toolbar">
<menu className="toolbar" id="toolbar">
<div className="toolbar-contents">
<StyleInput />
<SearchInput />