Skip to content

Commit

Permalink
fix(html): appbar should not have fillMode
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow authored and Juveniel committed Mar 13, 2024
1 parent 94d993b commit 1d2eef6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/html/src/appbar/tests/appbar-rtl.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default () =>(
<>
<span>RTL Appbar - {themeColor} theme color</span>
<section>
<AppbarNormal fillMode="solid" themeColor={themeColor} dir="rtl">
<AppbarNormal themeColor={themeColor} dir="rtl">
<AppbarSection>
<Icon icon="menu" />
</AppbarSection>
Expand Down
2 changes: 1 addition & 1 deletion packages/html/src/appbar/tests/appbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default () =>(
<>
<span>Appbar {themeColor} theme color</span>
<section>
<AppbarNormal fillMode="solid" themeColor={themeColor}>
<AppbarNormal themeColor={themeColor}>
<AppbarSection>
<Icon icon="menu" />
</AppbarSection>
Expand Down

0 comments on commit 1d2eef6

Please sign in to comment.