Skip to content

Commit e31268c

Browse files
authored
fix: 微软登录完成页弹窗缺少圆角 (#6006)
#5832
1 parent cb9d32d commit e31268c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

HMCL/src/main/resources/assets/microsoft_auth.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
}
4545

4646
.dialog-card {
47+
border-radius: 4px;
4748
background-color: var(--monet-surface-container-high);
4849
padding: 24px;
4950
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(0, 0, 0, 0.02);

0 commit comments

Comments
 (0)