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

feat: base structure of theme creator #212

Closed
wants to merge 13 commits into from
Closed

Conversation

dgaponov
Copy link
Contributor

No description provided.

@dgaponov dgaponov requested review from amje and bityutskiyAO June 10, 2024 09:26
@dgaponov dgaponov requested a review from imsitnikov as a code owner June 10, 2024 09:26
Comment on lines 6 to 7
--g-button-border-radius: var(--g-spacing-2);
--g-text-input-border-radius: var(--g-spacing-2);
Copy link
Collaborator

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

src/components/Theme/constants.ts Outdated Show resolved Hide resolved

&__theme-root {
--g-color-base-background: transparent;
--g-button-border-radius: var(--g-spacing-2);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^

Copy link
Contributor Author

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>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will u add localization?

src/components/Theme/hooks/useThemeCreator.ts Outdated Show resolved Hide resolved
@dgaponov dgaponov force-pushed the feat/theme-creator branch from 9e96fae to 96c3f44 Compare June 16, 2024 06:51
@dgaponov dgaponov force-pushed the feat/theme-creator branch from 0ba8dbe to 9415af5 Compare June 16, 2024 09:49
@dgaponov dgaponov force-pushed the feat/theme-creator branch from 9415af5 to 08e3b8c Compare June 16, 2024 09:53
@dgaponov
Copy link
Contributor Author

I'm closing this PR. All changes were merged into the PR #216.

@dgaponov dgaponov closed this Jun 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants