diff --git a/docs/components/ProgressIndicator.md b/docs/components/ProgressIndicator.md
index 99396047d..b041ac347 100644
--- a/docs/components/ProgressIndicator.md
+++ b/docs/components/ProgressIndicator.md
@@ -294,12 +294,14 @@ Circular type progress indicators also have the following attributes:
#### Styles
-| | Style |
-| ------------------ | ----------------------------------------------------- |
-| **Default linear | `Widget.MaterialComponents.LinearProgressIndicator` |
-: style** : :
-| **Default circular | `Widget.MaterialComponents.CircularProgressIndicator` |
-: style** : :
+ | Style
+-------------------------------------- | -----
+**Default linear**
**style** | `Widget.MaterialComponents.LinearProgressIndicator`
+**Default circular**
**style** | `Widget.MaterialComponents.CircularProgressIndicator`
+**Medium circular**
**style** | `Widget.MaterialComponents.CircularProgressIndicator.Medium`
+**Small circular**
**style** | `Widget.MaterialComponents.CircularProgressIndicator.Small`
+**Extra small circular**
**style** | `Widget.MaterialComponents.CircularProgressIndicator.ExtraSmall`
+
Default linear style theme attribute: `?attr/linearProgressIndicatorStyle`