Skip to content

Commit

Permalink
feat: revert bg color of <Board type="error" /> (#19)
Browse files Browse the repository at this point in the history
* feat: revert bg color

* feat: change rdb-font-size-xs

* fix: remove obsolete less rules

---------

Co-authored-by: Luca Tagliabue <luca.tagliabue@radicalbit.io>
  • Loading branch information
lucataglia and Luca Tagliabue authored Nov 18, 2024
1 parent c70a0e5 commit 814247b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/board/_styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@

&-error {
color: var(--coo-error);
background-color: rgb(255 5 5 / 3%);
background-color: var(--coo-alert-bk);
}
}

Expand Down
7 changes: 0 additions & 7 deletions src/lib/components/tabs/_styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,4 @@
border-bottom: 0;
}
}

.ant-tabs-top > .ant-tabs-nav::before,
.ant-tabs-bottom > .ant-tabs-nav::before,
.ant-tabs-top > div > .ant-tabs-nav::before,
.ant-tabs-bottom > div > .ant-tabs-nav::before {
border-color: var(--coo-secondary-03);
}
}
2 changes: 1 addition & 1 deletion src/styles/_typography.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ html body {
@rdb-font-size-l: 1.25rem;
@rdb-font-size-base: 1rem;
@rdb-font-size-s: .875rem;
@rdb-font-size-xs: .75rem;
@rdb-font-size-xs: .8rem;
@rdb-font-size-xxs: .438rem;

@rdb-line-height-xxl: 3;
Expand Down

0 comments on commit 814247b

Please sign in to comment.