We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Settings > Data model, the Graph button is indistinguishable from the background.
Settings > Data model
Use the Floating button instead:
https://storybook.twenty.com/?path=/story/ui-input-button-floatingbutton--catalog
The text was updated successfully, but these errors were encountered:
Replace the current Graph button in SettingsDataModelOverview.tsx with the FloatingButton component from FloatingButton.tsx.
SettingsDataModelOverview.tsx
FloatingButton
FloatingButton.tsx
import { FloatingButton } from '@/ui/input/button/components/FloatingButton';
<StyledCloseButton> <FloatingButton Icon={IconX} title="Close" to="/settings/objects" /> </StyledCloseButton>
/packages/twenty-front/src/modules/settings/data-model/graph-overview/components/SettingsDataModelOverview.tsx /packages/twenty-front/src/modules/ui/input/button/components/FloatingButton.tsx /packages/twenty-front/src/modules/ui/input/button/components
This response provides a starting point for your research, not a precise solution.
Help us improve! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.
Ask Greptile · Edit Issue Bot Settings
Sorry, something went wrong.
@Bonapara Please assign me. I raised a P.R on the last assigned one.
f68bd1b
Successfully merging a pull request may close this issue.
Current behavior
In
Settings > Data model
, the Graph button is indistinguishable from the background.Desired Behavior
Use the Floating button instead:
https://storybook.twenty.com/?path=/story/ui-input-button-floatingbutton--catalog
The text was updated successfully, but these errors were encountered: