Skip to content

Commit

Permalink
fix(HubspotForm): border-radius (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
Juli Ovechkina authored Feb 2, 2023
1 parent 33652d8 commit 437344b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sub-blocks/HubspotForm/HubspotForm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ $block: '.#{$ns}hubspot-form';
color: var(--yc-color-text-primary);
background-color: transparent;
border: 1px solid var(--yc-color-line-generic);
border-radius: 6px;
border-radius: var(--yc-border-radius-l);

&:hover {
border: 1px solid var(--yc-color-line-generic-hover);
Expand Down Expand Up @@ -306,7 +306,7 @@ $block: '.#{$ns}hubspot-form';
box-sizing: border-box;
height: 44px;
padding: 0 20px;
border-radius: 8px;
border-radius: var(--yc-border-radius-xl);
background-color: var(--yc-color-base-special);
color: var(--yc-my-color-brand-text-contrast);
line-height: 44px;
Expand Down

0 comments on commit 437344b

Please sign in to comment.