-
Notifications
You must be signed in to change notification settings - Fork 23
fix(Content): ul li color in dark theme #30
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
Conversation
|
Preview is ready. |
| <BackgroundCard {...args} title="Темная тема = m" theme="dark" /> | ||
| <BackgroundCard | ||
| {...args} | ||
| title="Темная тема = m" |
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.
all text constants must be placed in data.json
no russian - english only
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.
ok
| theme="dark" | ||
| background={{ | ||
| ...args.buttons, | ||
| src: 'https://storage.yandexcloud.net/cloud-www-assets/constructor/storybook/images/img-black.png', |
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.
can we place link in data.json?
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.
ok
package.json
Outdated
| ] | ||
| }, | ||
| "publishConfig": { | ||
| "tag": "alpha" |
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.
please remove it until latest version setting wont be added to action
this way every new version will be published like alpha
…1725/update-gravity-ui to master * commit '3bd9408de6227d0a17fae75a4870c66b96e10b7e': add specificity for search input styles ORION-1725
No description provided.