Skip to content

Commit

Permalink
Pill list grid example: increase border and button color contrast for…
Browse files Browse the repository at this point in the history
… remove buttons (pull #1592)

Fixes #1568
  • Loading branch information
hellofanny authored Nov 10, 2020
1 parent 243f77d commit ba307f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/grid/css/layoutGrids.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@

.pill-item {
background: #eee;
border: 1px solid #acc1e4;
border: 1px solid #3a69b6;
border-radius: 2px;
color: #acc1e4;
color: #3a69b6;
display: inline-block;
font-size: 14px;
margin: 5px 5px 0 0;
Expand Down

0 comments on commit ba307f6

Please sign in to comment.