Skip to content

Commit acebc16

Browse files
author
Melissa Thompson
authored
fix(tabs): mod typo for font-size (#2596)
1 parent 770fd5a commit acebc16

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

components/tabs/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ governing permissions and limitations under the License.
433433

434434
font-family: var(--mod-tabs-font-family, var(--spectrum-tabs-font-family));
435435
font-style: var(--mod-tabs-font-style, var(--spectrum-tabs-font-style));
436-
font-size: var(--mod-tabs-font-weight, var(--spectrum-tabs-font-size));
436+
font-size: var(--mod-tabs-font-size, var(--spectrum-tabs-font-size));
437437
font-weight: var(--mod-tabs-font-weight, var(--spectrum-tabs-font-weight));
438438
line-height: var(--mod-tabs-line-height, var(--spectrum-tabs-line-height));
439439
margin-block-start: var(

components/tabs/metadata/mods.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
| `--mod-tabs-focus-indicator-gap` |
2121
| `--mod-tabs-focus-indicator-width` |
2222
| `--mod-tabs-font-family` |
23+
| `--mod-tabs-font-size` |
2324
| `--mod-tabs-font-style` |
2425
| `--mod-tabs-font-weight` |
2526
| `--mod-tabs-icon-size` |

0 commit comments

Comments
 (0)