-
Notifications
You must be signed in to change notification settings - Fork 441
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
feat: AddSolutionsModal #1334
feat: AddSolutionsModal #1334
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
0f33d21
to
9c59652
Compare
…l' of github.com:guildxyz/guild.xyz into guild-3400-add-solutions-to-the-current-add-reward-modal
src/components/create-guild/PlatformsGrid/components/PlatformSelectButton.tsx
Outdated
Show resolved
Hide resolved
@@ -18,6 +18,7 @@ const styles = { | |||
}, | |||
dialog: { | |||
borderTopRadius: "xl", | |||
backgroundColor: c === "dark" && darkBgColor, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need this? 👀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By default, for dark mode, we separately color the header, body, and the footer of a modal. Sometimes, due to Chakra UI workings I did not yet uncover, these three have a slight spacing issue, and the dialog color behind them is shown, which made us think a divider was somehow added to the DOM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I see! Would be great to find the root of the issue, but if this will be the only blocker, let's do it this way & debug it later! ;)
…solutions-to-the-current-add-reward-modal
65884b4
into
feat-liquidity-incentive-solution
TODO:
AddSolutionsButton
to smaller components, hooks