mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
Add additional vars to base components
This commit is contained in:
parent
f0a836fc1f
commit
84587da701
3 changed files with 28 additions and 121 deletions
|
|
@ -5,6 +5,8 @@ import styled from 'styled-components';
|
|||
export type BadgeProps = MantineBadgeProps;
|
||||
|
||||
const StyledBadge = styled(MantineBadge)<BadgeProps>`
|
||||
border-radius: var(--badge-radius);
|
||||
|
||||
.mantine-Badge-root {
|
||||
color: var(--badge-fg);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue