Skip to content

Commit

Permalink
fix(react): fix text color for some components
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinesmilelk authored and BroKun committed Nov 14, 2024
1 parent 14ea61a commit 92f3efc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .changeset/smart-dancers-invite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
"@difizen/mana-react": patch
"@difizen/mana-docs": patch
"@difizen/mana-react-example": patch
"@difizen/mana-umi-example": patch
"@difizen/babel-preset-mana": patch
"@difizen/mana-app": patch
"@difizen/mana-common": patch
"@difizen/mana-core": patch
"@difizen/mana-l10n": patch
"@difizen/mana-observable": patch
"@difizen/mana-syringe": patch
"@difizen/mana-ui": patch
"@difizen/umi-plugin-mana": patch
---

fix text color for some components
4 changes: 2 additions & 2 deletions packages/mana-react/src/tabs/styles/dropdown.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
box-sizing: border-box;
margin: 0;
padding: 0;
color: var(--mana-color-text);
color: var(--mana-text-color);
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5715;
Expand Down Expand Up @@ -43,7 +43,7 @@
margin: 0;
padding: 5px 12px;
overflow: hidden;
color: var(--mana-color-text);
color: var(--mana-text-color);
font-weight: normal;
font-size: 14px;
line-height: 22px;
Expand Down
2 changes: 1 addition & 1 deletion packages/mana-react/src/tabs/styles/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
box-sizing: border-box;
margin: 0;
padding: 0;
color: var(--mana-color-text);
color: var(--mana-text-color);
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5715;
Expand Down

0 comments on commit 92f3efc

Please sign in to comment.