Skip to content

Commit

Permalink
fix(Dialog): resolve close-icon style
Browse files Browse the repository at this point in the history
  • Loading branch information
anlyyao committed Apr 18, 2023
1 parent 0aea279 commit 354d743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions style/mobile/components/dialog/v2/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
position: absolute;
top: 8px;
right: 8px;
font-size: @dialog-close-font-size;
color: @dialog-close-color;
}

Expand Down
1 change: 1 addition & 0 deletions style/mobile/components/dialog/v2/_var.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
@dialog-content-color: var(--td-dialog-content-color, @font-gray-2);
@dialog-content-line-height: var(--td-dialog-content-line-height, 24px);

@dialog-close-font-size: var(--td-dialog-close-font-size, 22px);
@dialog-close-color: var(--td-dialog-close-color, @font-gray-3);

0 comments on commit 354d743

Please sign in to comment.