-
Notifications
You must be signed in to change notification settings - Fork 8
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
Semke/update back arrows #36
Conversation
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.
@semkedaniil, посмотрел
@@ -1,4 +1,4 @@ | |||
import CopyIcon from "@skbkontur/react-icons/Copy"; | |||
import { CopyIcon16Regular } from "@skbkontur/icons"; |
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.
Кокретизируй пути, а то все иконки будут тянутся вместе с этим пакетом
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.
Да согласен, я до этого поискал по чату инфры саппорта, и они говорили, что проблема с tree-shaking решена в этом пакете, даже проверил с помощью webpack-bundle-analyzer что все иконки не тянутся, но сейчас заметил, что в 1.x,x версиях опять эта проблема проявилась.
backLink(): string { | ||
return css` | ||
position: absolute; | ||
left: 2px; |
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.
Тоже самое про позиционирование либо через padding либо через left
070f89e
to
951f496
Compare
@gafetinov, я поправил |
@semkedaniil, посмотрел - всё ок |
0b29d45
to
3a5cc75
Compare
Заменил все стрелки "назад" на новые согласно фирстилю, также добавил заменил старые иконки на новые.