Skip to content

Commit

Permalink
fix: Override incorrect button color in playground
Browse files Browse the repository at this point in the history
  • Loading branch information
keydunov committed Oct 9, 2019
1 parent 552fd9c commit 6b7d964
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/cubejs-playground/src/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@
border: 1px solid #eee;
border-radius: 3px;
}

// Button overrides
.ant-btn-primary:focus {
background-color: #6D5AE5;
border-color: #6D5AE5;
}

0 comments on commit 6b7d964

Please sign in to comment.