MCPcopy Create free account
hub / github.com/adobe/react-spectrum / fieldLabel

Function fieldLabel

packages/@react-spectrum/s2/src/style-utils.ts:96–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94 }) as const;
95
96export const fieldLabel = () =>
97 ({
98 font: controlFont(),
99 cursor: 'default',
100 color: {
101 default: 'neutral-subdued',
102 isDisabled: 'disabled',
103 isStaticColor: 'transparent-overlay-1000',
104 forcedColors: 'ButtonText'
105 }
106 }) as const;
107
108export const fieldInput = () =>
109 ({

Callers 3

Meter.tsxFile · 0.90
ProgressBar.tsxFile · 0.90
Field.tsxFile · 0.90

Calls 1

controlFontFunction · 0.85

Tested by

no test coverage detected