Skip to content

Commit 96afc25

Browse files
pekingmedsn5ft
authored andcommittedApr 7, 2025
[Shape] Added missing styles in dev doc.
PiperOrigin-RevId: 743253664
1 parent 9170221 commit 96afc25

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed
 

‎docs/theming/Shape.md

+11-8
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,17 @@ attribute `?attr/shapeCornerFamily`. See the section below for more details.
7575
Theme attributes can be set at the theme level to change the shape values that
7676
components use to set their shapes.
7777

78-
Attribute Name | Description | Default Value
79-
--------------------------------- | --------------------------------------------------------------------------- | ---------------------------------------------
80-
`shapeCornerFamily` | The corner family for all shape appearance styles | `rounded`
81-
`shapeAppearanceCornerExtraSmall` | The style reference that contains shape appearance with extra small corners | `ShapeAppearance.Material3.Corner.ExtraSmall`
82-
`shapeAppearanceCornerSmall` | The style reference that contains shape appearance with small corners | `ShapeAppearance.Material3.Corner.Small`
83-
`shapeAppearanceCornerMedium` | The style reference that contains shape appearance with medium corners | `ShapeAppearance.Material3.Corner.Medium`
84-
`shapeAppearanceCornerLarge` | The style reference that contains shape appearance with large corners | `ShapeAppearance.Material3.Corner.Large`
85-
`shapeAppearanceCornerExtraLarge` | The style reference that contains shape appearance with extra large corners | `ShapeAppearance.Material3.Corner.ExtraLarge`
78+
Attribute Name | Description | Default Value
79+
------------------------------------------ | ---------------------------------------------------------------------------------------------- | -------------
80+
`shapeCornerFamily` | The corner family for all shape appearance styles | `rounded`
81+
`shapeAppearanceCornerExtraSmall` | The style reference that contains shape appearance with extra small corners | `ShapeAppearance.Material3.Corner.ExtraSmall`
82+
`shapeAppearanceCornerSmall` | The style reference that contains shape appearance with small corners | `ShapeAppearance.Material3.Corner.Small`
83+
`shapeAppearanceCornerMedium` | The style reference that contains shape appearance with medium corners | `ShapeAppearance.Material3.Corner.Medium`
84+
`shapeAppearanceCornerLarge` | The style reference that contains shape appearance with large corners | `ShapeAppearance.Material3.Corner.Large`
85+
`shapeAppearanceCornerLargeIncreased` | The style reference that contains shape appearance with slightly increased large corners | `ShapeAppearance.Material3.Corner.LargeIncreased`
86+
`shapeAppearanceCornerExtraLarge` | The style reference that contains shape appearance with extra large corners | `ShapeAppearance.Material3.Corner.ExtraLarge`
87+
`shapeAppearanceCornerExtraLargeIncreased` | The style reference that contains shape appearance with slightly increased extra large corners | `ShapeAppearance.Material3.Corner.ExtraLargeIncreased`
88+
`shapeAppearanceCornerExtraExtraLarge` | The style reference that contains shape appearance with extra extra large corners | `ShapeAppearance.Material3.Corner.ExtraExtraLarge`
8689

8790
### Corner family and corner sizes
8891

0 commit comments

Comments
 (0)