Skip to content

Commit b1bd411

Browse files
authored
fix(inlinealert): typo for --mod-inlinealert-spacing-header-content-button variable (#1598)
1 parent 0e8843b commit b1bd411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/inlinealert/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ governing permissions and limitations under the License.
9595
.spectrum-InLineAlert-footer {
9696
display: flex;
9797
justify-content: flex-end;
98-
margin-block-start: var(--mod-inlinealert-spacing-header-content-butto, var(--spectrum-inlinealert-spacing-header-content-button));
98+
margin-block-start: var(--mod-inlinealert-spacing-header-content-button, var(--spectrum-inlinealert-spacing-header-content-button));
9999

100100
&:empty {
101101
display: none;

0 commit comments

Comments
 (0)