()
| 94 | }) as const; |
| 95 | |
| 96 | export 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 | |
| 108 | export const fieldInput = () => |
| 109 | ({ |
no test coverage detected