Skip to content

Commit ba307f6

Browse files
authored
Pill list grid example: increase border and button color contrast for remove buttons (pull #1592)
Fixes #1568
1 parent 243f77d commit ba307f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/grid/css/layoutGrids.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@
143143

144144
.pill-item {
145145
background: #eee;
146-
border: 1px solid #acc1e4;
146+
border: 1px solid #3a69b6;
147147
border-radius: 2px;
148-
color: #acc1e4;
148+
color: #3a69b6;
149149
display: inline-block;
150150
font-size: 14px;
151151
margin: 5px 5px 0 0;

0 commit comments

Comments
 (0)