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

Изменение размера кнопки в FxInput при передаче пропа size #2373

Merged
merged 2 commits into from
May 10, 2021

Conversation

StathamJason
Copy link
Contributor

@StathamJason StathamJason commented May 6, 2021

size="large" и "medium" ломает FxInput — меняется только инпут

#1733
Фикс для последнего пункта из раздела "Проблемы, которые нужно решить параллельно"


export default { title: 'FxInput' };

export const TypeText = () => <TestFxInput />;
TypeText.story = { name: 'type text' };

export const DifferentSizesFxInput = () => (
<Gapped vertical>
<TestFxInput />
Copy link
Member

Choose a reason for hiding this comment

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

Давай здесь укажем размер, на случай если мы решим изменить дефолтный размер.

Suggested change
<TestFxInput />
<TestFxInput size="small" />

@StathamJason StathamJason requested a review from lossir May 7, 2021 08:24
@lossir lossir requested a review from zhzz May 7, 2021 11:52
@zhzz zhzz merged commit 85c4c07 into next May 10, 2021
@zhzz zhzz deleted the fx-input-sizes branch May 10, 2021 07:31
@zhzz zhzz mentioned this pull request May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants