mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
Fixes inconsistent popover styling
This commit is contained in:
parent
e7fc123b2a
commit
f533e3c6c1
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ export const AppMenu = function AppMenu({
|
|||
overlay={
|
||||
<Popover id="popover-basic">
|
||||
{/* <Popover.Title as="h3">brrr</Popover.Title> */}
|
||||
<Popover.Content>
|
||||
<Popover.Content bsPrefix="shadow popover-body">
|
||||
{!addToFolder && (
|
||||
<div>
|
||||
{canCreateApp && (
|
||||
|
|
|
|||
Loading…
Reference in a new issue