Skip to content

Commit c5d762c

Browse files
docs(theming): document new placeholder opacity global css variable (#3421)
1 parent 4c59374 commit c5d762c

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

docs/theming/advanced.md

+11-10
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,17 @@ While the application and stepped variables in the themes section are useful for
5656

5757
### Application Variables
5858

59-
| Name | Description |
60-
| ------------------------- | ------------------------------------------------------------------------------------------ |
61-
| `--ion-font-family` | Font family of the app |
62-
| `--ion-statusbar-padding` | Statusbar padding top of the app |
63-
| `--ion-safe-area-top` | Adjust the safe area inset top of the app |
64-
| `--ion-safe-area-right` | Adjust the safe area inset right of the app |
65-
| `--ion-safe-area-bottom` | Adjust the safe area inset bottom of the app |
66-
| `--ion-safe-area-left` | Adjust the safe area inset left of the app |
67-
| `--ion-margin` | Adjust the margin of the [Margin attributes](../layout/css-utilities.md#element-margin) |
68-
| `--ion-padding` | Adjust the padding of the [Padding attributes](../layout/css-utilities.md#element-padding) |
59+
| Name | Description |
60+
| --------------------------- | ---------------------------------------------------------------------------------------------------- |
61+
| `--ion-font-family` | Font family of the app |
62+
| `--ion-statusbar-padding` | Statusbar padding top of the app |
63+
| `--ion-safe-area-top` | Adjust the safe area inset top of the app |
64+
| `--ion-safe-area-right` | Adjust the safe area inset right of the app |
65+
| `--ion-safe-area-bottom` | Adjust the safe area inset bottom of the app |
66+
| `--ion-safe-area-left` | Adjust the safe area inset left of the app |
67+
| `--ion-margin` | Adjust the margin of the [Margin attributes](../layout/css-utilities.md#element-margin) |
68+
| `--ion-padding` | Adjust the padding of the [Padding attributes](../layout/css-utilities.md#element-padding) |
69+
| `--ion-placeholder-opacity` | Adjust the opacity of the placeholders used in the input, textarea, searchbar, and select components |
6970

7071
### Grid Variables
7172

0 commit comments

Comments
 (0)