style: prettier fixes

This commit is contained in:
Konstantinos Kaloutas
2022-09-02 10:46:49 +03:00
parent 42f6114e01
commit ff4675b092
2 changed files with 1 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ const _ContextBar: TLContextBarComponent<Shape> = ({ shapes, offsets, hidden })
className="tl-contextbar"
style={{
visibility: hidden ? 'hidden' : 'visible',
pointerEvents: hidden ? 'none' : 'all'
pointerEvents: hidden ? 'none' : 'all',
}}
>
{Actions.map((Action, idx) => (

View File

@@ -114,7 +114,6 @@
@apply py-2 rounded shadow-lg;
opacity: 100%;
background-color: var(--ls-primary-background-color);
}
.tl-zoom-menu-dropdown-item {