()
| 193 | }) as const; |
| 194 | |
| 195 | export function staticColor(): Record<string, any> { |
| 196 | return { |
| 197 | '--s2-container-bg': { |
| 198 | type: 'backgroundColor', |
| 199 | value: { |
| 200 | staticColor: { |
| 201 | black: 'white', |
| 202 | white: 'black' |
| 203 | } |
| 204 | } |
| 205 | } |
| 206 | } as const; |
| 207 | } |
| 208 | |
| 209 | export const controlFont = () => |
| 210 | ({ |
no outgoing calls
no test coverage detected