-
Notifications
You must be signed in to change notification settings - Fork 29
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: base structure of theme creator #212
Conversation
src/components/Theme/ColorsTab/BasicPalette/ThemePaletteCard.tsx
Outdated
Show resolved
Hide resolved
--g-button-border-radius: var(--g-spacing-2); | ||
--g-text-input-border-radius: var(--g-spacing-2); |
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.
Using spacing size for border-radius seems wrong
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.
Fixed
|
||
&__theme-root { | ||
--g-color-base-background: transparent; | ||
--g-button-border-radius: var(--g-spacing-2); |
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.
^
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.
Fixed
<Text variant="subheader-3" className={b('title')}> | ||
Support Colors for various cases and | ||
<br /> states | ||
</Text> |
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.
will u add localization?
9e96fae
to
96c3f44
Compare
0ba8dbe
to
9415af5
Compare
9415af5
to
08e3b8c
Compare
I'm closing this PR. All changes were merged into the PR #216. |
No description provided.