Browse Source

fix: add missing semicone

代强 1 năm trước cách đây
mục cha
commit
2dfe32b394
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/semi-foundation/modal/variables.scss

+ 1 - 1
packages/semi-foundation/modal/variables.scss

@@ -72,6 +72,6 @@ $width-modal_footer-border:0; // 模态框 footer 顶部描边宽度
 
 
 //shadow
-$shadow-modal_content: var(--semi-shadow-elevated)
+$shadow-modal_content: var(--semi-shadow-elevated);