Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Fix random issues #190

Merged
merged 17 commits into from
Aug 30, 2021
Merged

Fix random issues #190

merged 17 commits into from
Aug 30, 2021

Conversation

risen228
Copy link

Пофиксил всякие кривые штуки, будет круто если запустите и пробежитесь по всем компонентам

@github-actions github-actions bot added @atoms Changes inside atoms @molecules labels Aug 25, 2021
sergeysova
sergeysova previously approved these changes Aug 26, 2021
@tatinacher
Copy link
Member

У тултипа текст черный на цветном фоне
Снимок экрана 2021-08-26 в 16 01 41
Снимок экрана 2021-08-26 в 16 01 36

@@ -54,102 +54,111 @@ export const Global = styled(WolyGlobalStyles)`

[data-priority='default'] {
--woly-shape-default: hsla(var(--bw-500), 1);
--woly-shape-disabled: hsla(var(--bw-200), 1);
--woly-shape-disabled: hsla(var(--bw-500), 0.5);
Copy link
Member

Choose a reason for hiding this comment

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

Снимок экрана 2021-08-26 в 15 48 37

не видно текст

Copy link
Author

Choose a reason for hiding this comment

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

Поправил

@@ -98,7 +99,7 @@ export const TextArea = styled(TextAreaBase)`
resize: none;

&::placeholder {
Copy link
Member

Choose a reason for hiding this comment

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

Снимок экрана 2021-08-26 в 15 52 46

placeholder выглядит ярче, чем value, немного странно

Copy link
Author

Choose a reason for hiding this comment

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

Тут палитры похоже не хватает
Поправил через opacity пока что

@@ -26,15 +26,10 @@ const AccordionBase: React.FC<AccordionProps & Priority> = ({
},
[isContentVisible],
);

return (
Copy link
Member

Choose a reason for hiding this comment

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

Снимок экрана 2021-08-26 в 15 56 11

В первом примере бордер съехал вроде

Copy link
Author

Choose a reason for hiding this comment

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

Снизу не бордер как оказалось, а Textarea которая багнулась из-за странного скрипта с установкой height через реф

Поправил, вроде не сломалось ничего

Copy link
Member

Choose a reason for hiding this comment

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

чет у меня все так же с аккордеоном, погляди плз еще раз, точно поправилось?

Copy link
Author

Choose a reason for hiding this comment

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

@tatinacher глянь еще раз

@sergeysova sergeysova requested review from tatinacher and removed request for Irinaristova August 30, 2021 08:45
@@ -26,15 +26,10 @@ const AccordionBase: React.FC<AccordionProps & Priority> = ({
},
[isContentVisible],
);

return (
Copy link
Member

Choose a reason for hiding this comment

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

чет у меня все так же с аккордеоном, погляди плз еще раз, точно поправилось?

@sergeysova sergeysova merged commit 001d741 into master Aug 30, 2021
@sergeysova sergeysova deleted the fix/random-issues branch August 30, 2021 11:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
@atoms Changes inside atoms @molecules
Projects
None yet
3 participants