-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore: unified textfield and textarea api #140
Conversation
fee6c78
to
bf4ee15
Compare
5791fd0
to
bf4ee15
Compare
85a103f
to
859f40a
Compare
47bc295
to
1f03621
Compare
endContentColor: .surfaceInverseSolidPrimary.withOpacity(0.96), | ||
textColorReadOnly: .surfaceInverseSolidPrimary.withOpacity(0.96), | ||
captionColorReadOnly: .surfaceInverseSolidPrimary.withOpacity(0.56), | ||
counterColorReadOnly: .surfaceInverseSolidPrimary.withOpacity(0.56), |
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.
Токены не корректные. В sdds-serv readOnly цвета отличаются только для backgroundColor и endContentColor.
И альфа уже есть в самих токенах. Только backgroundColorReadOnly и endContentColorReadOnly накладывают дополнительную альфу в 0.4.
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.
@malilex планировал настроить уже из конфига, но тогда сделаю уже здесь
startContentColor: .surfaceInverseSolidPrimary.withOpacity(0.96), | ||
endContentColor: .surfaceInverseSolidPrimary.withOpacity(0.96), | ||
textColorReadOnly: .surfaceInverseSolidPrimary.withOpacity(0.96), | ||
captionColorReadOnly: .surfaceInverseSolidPrimary.withOpacity(0.56), |
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.
и тут
Themes/SDDSservTheme/SDDSButton/BasicButtonSize+ButtonSizeConfiguration.swift
Show resolved
Hide resolved
Themes/SDDSservTheme/SDDSButton/IconButtonSize+ButtonSizeConfiguration.swift
Show resolved
Hide resolved
aa0b2ce
to
1a5a3e4
Compare
42ac85d
to
aa2c2cc
Compare
No description provided.