@cerberus-design/panda-preset
Version:
The official Panda-CSS preset for the omni-federal design system
19 lines (15 loc) • 385 B
text/typescript
import { nonActionPalettes } from './palettes'
export const tagBase = {
alignItems: 'center',
color: 'colorPalette.text.initial',
display: 'inline-flex',
gap: '2',
justifyContent: 'center',
lineHeight: '0',
userSelect: 'none',
whiteSpace: 'nowrap',
}
export const filledUsage = {
bgColor: 'colorPalette.surface.200',
}
export const tagPalettes = nonActionPalettes