(variant: ButtonVariant, outline?: boolean, ghost?: boolean)
| 407 | `, |
| 408 | label: css` |
| 409 | font-size: ${semantic.type.bodyXs.size}; |
| 410 | line-height: ${semantic.type.bodyXs.lineHeight}; |
| 411 | font-family: ${semantic.font.body}; |
| 412 | letter-spacing: ${semantic.type.labelSm.tracking}; |
| 413 | `, |
| 414 | count: css` |
| 415 | font-size: ${semantic.type.bodyXs.size}; |
| 416 | padding: 0 ${semantic.space[1]}; |
| 417 | display: flex; |
| 418 | align-items: center; |
| 419 | justify-content: center; |
| 420 | color: ${semantic.color.text.secondary}; |
| 421 | background-color: ${semantic.color.state.hover}; |
nothing calls this directly
no outgoing calls
no test coverage detected