Skip to content

Commit d55f904

Browse files
carlos-zamoramichaelfarnsworth
authored andcommitted
Adjust contrast on designer peer buttons (microsoft#7110)
1 parent 2985ba6 commit d55f904

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/nodejs/adaptivecards-designer/src/adaptivecards-designer.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -748,8 +748,8 @@
748748

749749
.acd-peerButton {
750750
font-size: 14px;
751-
border: 1px solid steelblue;
752-
color: steelblue;
751+
border: 1px solid #2D7BB7;
752+
color: #2D7BB7;
753753
background-color: white;
754754
cursor: default;
755755
user-select: none;
@@ -787,7 +787,7 @@
787787
}
788788

789789
.acd-peerButton:hover {
790-
background-color: steelblue;
790+
background-color: #2D7BB7;
791791
color: white;
792792
}
793793

0 commit comments

Comments
 (0)