Skip to content

Commit

Permalink
Fix border contrast of code sample package install inputs
Browse files Browse the repository at this point in the history
Fixes AB#291
  • Loading branch information
dpwatrous authored and gingi committed Apr 21, 2022
1 parent e0539e3 commit 73edc39
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ bl-programing-sample {
> bl-editor {
flex: 1;
}

bl-tp-cell {
border: 1px solid var(--color-input-border);
}
}

0 comments on commit 73edc39

Please sign in to comment.