Skip to content

Commit

Permalink
fix: update tag default background (#45700)
Browse files Browse the repository at this point in the history
* fix: update tag default background

* feat: remove unused code

---------

Co-authored-by: afc163 <afc163@gmail.com>
  • Loading branch information
kiner-tang and afc163 authored Nov 7, 2023
1 parent d3fc8ed commit 380649e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tag/style/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export const prepareToken: (token: Parameters<GenStyleFn<'Tag'>>[0]) => TagToken
};

export const prepareCommonToken: (token: GlobalToken) => ComponentToken = (token) => ({
defaultBg: token.colorFillQuaternary,
defaultBg: token.colorBgContainer,
defaultColor: token.colorText,
});

Expand Down

0 comments on commit 380649e

Please sign in to comment.