Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions packages/tdesign-miniprogram/site/docs/custom-theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,4 @@ page {
.custom-tab-bar {
--td-tab-bar-item-color: red;
}
```

> 目前仅有部分组件支持自定义主题,支持的组件在其文档有陈列对应的 CSS Variables,可以访问 [tab-bar-item.less](https://github.com/Tencent/tdesign-miniprogram/blob/develop/packages/components/tab-bar-item/tab-bar-item.less)
```
2 changes: 0 additions & 2 deletions packages/tdesign-uniapp-chat/site/docs/custom-theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,3 @@ page {
--td-tab-bar-item-color: red;
}
```

> 目前仅有部分组件支持自定义主题,支持的组件在其文档有陈列对应的 CSS Variables,可以访问 [tab-bar-item.less](https://github.com/Tencent/tdesign-miniprogram/tree/develop/packages/uniapp-components/tab-bar-item/tab-bar-item.less)
4 changes: 1 addition & 3 deletions packages/tdesign-uniapp/site/docs/custom-theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,4 @@ page {
.custom-tab-bar {
--td-tab-bar-item-color: red;
}
```

> 目前仅有部分组件支持自定义主题,支持的组件在其文档有陈列对应的 CSS Variables,可以访问 [tab-bar-item.less](https://github.com/Tencent/tdesign-miniprogram/tree/develop/packages/uniapp-components/tab-bar-item/tab-bar-item.less)
```
Loading