Skip to content

Commit d2fb849

Browse files
leticiarossiymarian
authored andcommitted
[Documentation] Fix styles table of bottomappbar doc
PiperOrigin-RevId: 314181404
1 parent 0c7db72 commit d2fb849

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

docs/components/BottomAppBar.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -260,17 +260,11 @@ for more attributes.
260260

261261
### Styles
262262

263-
|   | Style |
264-
| ----------------- | ------------------------------------------------------- |
265-
| **Default style** | `Widget.MaterialComponents.BottomAppBar` |
266-
| **Primary | `Widget.MaterialComponents.BottomAppBar.Colored` |
267-
: background color : :
268-
: style** : :
269-
| **Primary (light | `Widget.MaterialComponents.BottomAppBar.PrimarySurface` |
270-
: theme) or surface : :
271-
: (dark theme) : :
272-
: background color : :
273-
: style** : :
263+
  | Style
264+
------------------------------------------------------------------------- | -----
265+
**Default style** | `Widget.MaterialComponents.BottomAppBar`
266+
**Primary background color style** | `Widget.MaterialComponents.BottomAppBar.Colored`
267+
**Primary (light theme) or surface (dark theme) background color style** | `Widget.MaterialComponents.BottomAppBar.PrimarySurface`
274268

275269
Default style theme attribute: `bottomAppBarStyle`
276270

@@ -282,7 +276,7 @@ and
282276
## Theming bottom app bars
283277

284278
Bottom app bars support
285-
[Material Theming](https://material.io/components/app-bars-bottom/#theming) and
279+
[Material Theming](https://material.io/components/app-bars-bottom#theming) and
286280
can be customized in terms of color, typography and shape.
287281

288282
### Bottom app bar theming example

0 commit comments

Comments
 (0)