Skip to content

Commit 437344b

Browse files
author
Juli Ovechkina
authored
fix(HubspotForm): border-radius (#128)
1 parent 33652d8 commit 437344b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sub-blocks/HubspotForm/HubspotForm.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ $block: '.#{$ns}hubspot-form';
6262
color: var(--yc-color-text-primary);
6363
background-color: transparent;
6464
border: 1px solid var(--yc-color-line-generic);
65-
border-radius: 6px;
65+
border-radius: var(--yc-border-radius-l);
6666

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

0 commit comments

Comments
 (0)