Skip to content

Commit 0ed9765

Browse files
committed
border for color indicator
1 parent 80ab9e7 commit 0ed9765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cards/ModalCardEdit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function ModalCardEdit(props) {
9090

9191
<p style={{ fontWeight: "500" }} className="mb-2 text-dark">
9292
Color:
93-
<span className={`m-1 d-inline-block text-center badge`} style={{ width: "3em", backgroundColor: cardEdit.color }}>
93+
<span className={`m-1 d-inline-block text-center badge border border-secondary`} style={{ width: "3em", backgroundColor: cardEdit.color }}>
9494
&nbsp;
9595
</span>
9696
</p>

0 commit comments

Comments
 (0)