Skip to content

Commit

Permalink
fix: minor changes to colors
Browse files Browse the repository at this point in the history
  • Loading branch information
oocx committed Nov 11, 2018
1 parent d6b193a commit c57f4a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion projects/oocx-ng/src/lib/buttons.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.ox-button {
background-color: @teritary-background-color;
border: @input-border;
border-color: @border-color;
border-color: @light-border-color;
color: @font-color;
cursor: pointer;
font-family: @font-family;
Expand Down
4 changes: 2 additions & 2 deletions projects/oocx-ng/src/lib/colors.less
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@accent-color: #1f497b;
@background-color: #fff;
@secondary-background-color: #f2f2fa;
@teritary-background-color: #e0e0e5;
@teritary-background-color: #e0e0e2;
@font-color: #000;
@font-color-weak: #404040;
@font-color-weaker: #c0c0c0;
@border-color: #9090a0;
@border-color: #b0b0c0;
@light-border-color: #ddd;
@error-color: #7b391f;
@error-color-light: #aa491f;
Expand Down

0 comments on commit c57f4a5

Please sign in to comment.