Skip to content

Commit

Permalink
fix: (styles) update font weight of modal (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyzif authored Nov 4, 2024
1 parent 180c043 commit c2842ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/feedback/Modal/modal.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.ant-modal p,
.ant-modal span {
font-weight: 400;
}

.ant-modal .ant-modal-title {
font-weight: var(--font-weight-strong)
}

0 comments on commit c2842ac

Please sign in to comment.