]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Fix null modal-content-color in modal.scss (#39977)
authorSomi Park <youyoy689@gmail.com>
Thu, 3 Apr 2025 06:49:33 +0000 (15:49 +0900)
committerGitHub <noreply@github.com>
Thu, 3 Apr 2025 06:49:33 +0000 (23:49 -0700)
commited2bf138a3a74c93357d331fd57faab9ff2fbbea
treecfb736d9c4ac0826b4386b65e427ea712167d7c2
parent51e751963895cc1c0a922a5aa148d9eda4714483
Fix null modal-content-color in modal.scss (#39977)

Identified that $modal-content-color was set to null, which could lead
to display issues in React Bootstrap Modals. Changed the value to --#{$prefix}body-color
to ensure consistency and correct color application in modal components.
scss/_variables.scss