Skip to content

Commit

Permalink
修改示例页面背景色
Browse files Browse the repository at this point in the history
  • Loading branch information
ccXxx1aoBai committed Jul 16, 2024
1 parent f032529 commit 05ee575
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tdesign-component/example/lib/page/td_notice_bar_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class TDNoticeBarPage extends StatelessWidget {
title: tdTitle(context),
exampleCodeGroup: 'noticeBar',
desc: '在导航栏下方,用于给用户显示提示消息。',
backgroundColor: Colors.white,
children: [
ExampleModule(title: '组件类型', children: [
ExampleItem(desc: '纯文字的公告栏', builder: _textNoticeBar),
Expand Down

0 comments on commit 05ee575

Please sign in to comment.