Skip to content

Commit 0cc89ee

Browse files
committed
chore(dial): rename custom properties
1 parent 3b8a99e commit 0cc89ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/dial/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ governing permissions and limitations under the License.
9898
display: flex;
9999
position: relative;
100100
inline-size: auto;
101-
padding-block-start: var(--mod-fieldlabel-m-padding-top, var(--spectrum-fieldlabel-m-padding-top));
101+
padding-block-start: var(--mod-dial-label-container-top-to-text, var(--spectrum-dial-label-container-top-to-text));
102102
font-size: var(--mod-dial-label-text-size, var(--spectrum-dial-label-text-size));
103103
line-height: var(--mod-dial-label-line-height, var(--spectrum-dial-label-line-height));
104104
margin-block-end: var(--mod-dial-label-gap-y, var(--spectrum-dial-label-gap-y));

components/dial/metadata/mods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
| `--mod-dial-handle-position` |
2121
| `--mod-dial-handle-size` |
2222
| `--mod-dial-height` |
23+
| `--mod-dial-label-container-top-to-text` |
2324
| `--mod-dial-label-gap-y` |
2425
| `--mod-dial-label-line-height` |
2526
| `--mod-dial-label-text-color` |
@@ -29,4 +30,3 @@
2930
| `--mod-dial-min-max-tick-angles` |
3031
| `--mod-dial-min-max-tick-color` |
3132
| `--mod-dial-width` |
32-
| `--mod-fieldlabel-m-padding-top` |

0 commit comments

Comments
 (0)