We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ab9e7 commit 0ed9765Copy full SHA for 0ed9765
src/Cards/ModalCardEdit.js
@@ -90,7 +90,7 @@ function ModalCardEdit(props) {
90
91
<p style={{ fontWeight: "500" }} className="mb-2 text-dark">
92
Color:
93
- <span className={`m-1 d-inline-block text-center badge`} style={{ width: "3em", backgroundColor: cardEdit.color }}>
+ <span className={`m-1 d-inline-block text-center badge border border-secondary`} style={{ width: "3em", backgroundColor: cardEdit.color }}>
94
95
</span>
96
</p>
0 commit comments