mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Add missing overflow style value
This commit is contained in:
@@ -17,6 +17,7 @@ interface TextTitleProps extends MantineTextTitleDivProps {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const StyledTextTitle = styled(MantineHeader)<TextTitleProps>`
|
const StyledTextTitle = styled(MantineHeader)<TextTitleProps>`
|
||||||
|
overflow: ${(props) => props.overflow === 'visible' && 'visible'};
|
||||||
color: ${(props) => (props.$secondary ? 'var(--main-fg-secondary)' : 'var(--main-fg)')};
|
color: ${(props) => (props.$secondary ? 'var(--main-fg-secondary)' : 'var(--main-fg)')};
|
||||||
cursor: ${(props) => props.$link && 'cursor'};
|
cursor: ${(props) => props.$link && 'cursor'};
|
||||||
transition: color 0.2s ease-in-out;
|
transition: color 0.2s ease-in-out;
|
||||||
|
|||||||
Reference in New Issue
Block a user