File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -433,7 +433,7 @@ governing permissions and limitations under the License.
433
433
434
434
font-family : var (--mod-tabs-font-family , var (--spectrum-tabs-font-family ));
435
435
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 ));
437
437
font-weight : var (--mod-tabs-font-weight , var (--spectrum-tabs-font-weight ));
438
438
line-height : var (--mod-tabs-line-height , var (--spectrum-tabs-line-height ));
439
439
margin-block-start : var (
Original file line number Diff line number Diff line change 20
20
| ` --mod-tabs-focus-indicator-gap ` |
21
21
| ` --mod-tabs-focus-indicator-width ` |
22
22
| ` --mod-tabs-font-family ` |
23
+ | ` --mod-tabs-font-size ` |
23
24
| ` --mod-tabs-font-style ` |
24
25
| ` --mod-tabs-font-weight ` |
25
26
| ` --mod-tabs-icon-size ` |
You can’t perform that action at this time.
0 commit comments