MCPcopy Index your code
hub / github.com/adobe/react-spectrum / staticColor

Function staticColor

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

Source from the content-addressed store, hash-verified

190 }) as const;
191
192export function staticColor(): Record<string, any> {
193 return {
194 '--s2-container-bg': {
195 type: 'backgroundColor',
196 value: {
197 staticColor: {
198 black: 'white',
199 white: 'black'
200 }
201 }
202 }
203 } as const;
204}
205
206export const controlFont = () =>
207 ({

Callers 7

ProgressCircle.tsxFile · 0.90
Button.tsxFile · 0.90
Link.tsxFile · 0.90
CloseButton.tsxFile · 0.90
Divider.tsxFile · 0.90
barFunction · 0.90
ActionButton.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected