Skip to content

feat(InlineTextField): add new component#298

Open
daralehina wants to merge 2 commits into
masterfrom
feature/inline-textfield
Open

feat(InlineTextField): add new component#298
daralehina wants to merge 2 commits into
masterfrom
feature/inline-textfield

Conversation

@daralehina
Copy link
Copy Markdown
Contributor

No description provided.

},

'.MuiInput-root.Mui-disabled::before': {
borderBottom: `1px dotted ${theme.palette.monoA.A200}`
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
borderBottom: `1px dotted ${theme.palette.monoA.A200}`
borderBottom: `1px dotted ${theme.vars.palette.monoA.A200}`

typography?: Exclude<TypographyProps['variant'], 'inherit'>;
}) => {
return (
<InlineTextFieldRoot
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Накидывать classes

@@ -0,0 +1,2 @@
export { InlineTextField } from './InlineTextField';
export { InlineTextFieldClasses, inlineTextFieldClasses, InlineTextFieldClassKey } from './InlineTextField.classes';
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Добавить компонент в overrides и экспорт в components/index.ts

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.

2 participants