Skip to content

Commit 4bf4450

Browse files
Fixed rgba typo
1 parent f3e9436 commit 4bf4450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Natours/final-after-S06/sass/components/_form.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
color: inherit;
1010
padding: 1.5rem 2rem;
1111
border-radius: 2px;
12-
background-color: rbga($color-white, .5);
12+
background-color: rgba($color-white, .5);
1313
border: none;
1414
border-bottom: 3px solid transparent;
1515
width: 90%;
@@ -102,4 +102,4 @@
102102
&__radio-input:checked ~ &__radio-label &__radio-button::after {
103103
opacity: 1;
104104
}
105-
}
105+
}

0 commit comments

Comments
 (0)