Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Combobox with Preview on Extension #80

Merged
Prev Previous commit
Next Next commit
fixed import;
Signed-off-by: Sahil Shubham <[email protected]>
  • Loading branch information
sahil-shubham authored and Mukul Mehta committed Jun 8, 2022
commit e1358aeb43d74ab1421871c6dbb03291e14a29ea
2 changes: 1 addition & 1 deletion apps/webapp/src/Themes/vertigoTheme.custom.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { transparentize } from 'polished'
import { css } from 'styled-components'

import { EditorStyles, MenuTrigger, Widget } from '@mexit/shared'
import { EditorStyles, MenuTrigger, TodoContainer, Widget } from '@mexit/shared'

import { BalloonToolbarBase } from '../Components/Editor/BalloonToolbar'
import { DataInfobarWrapper } from '../Components/Infobar/DataInfobar'
Expand Down