-
Notifications
You must be signed in to change notification settings - Fork 3
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
redesign ekranu firmy #94
Conversation
karolgeneral
commented
Aug 2, 2024
# Conflicts: # pubspec.lock # pubspec.yaml
final end = textPainter.getOffsetBefore(pos.offset); | ||
final text = TextSpan( | ||
text: widget.text.substring(0, end), | ||
style: TextStyle(color: Colors.black), |
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.
Wszędzie tam, gdzie używasz czarnego koloru powinien być użyty ten color: https://www.figma.com/design/BVuJwwHa2uAqAVVtsyCx0H/Pola-REDESIGN?node-id=0-1&t=7KkjB00eexJcHMbz-0
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.
Dotyczy się to też expandable_text i polish_capital_graph
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.
w polish capital graph nie jest nigdzie użyty kolor czarny