mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 14:37:06 +01:00
Add missing overflow style value
This commit is contained in:
parent
65465d6cae
commit
d7d611c6d1
@ -17,6 +17,7 @@ interface TextTitleProps extends MantineTextTitleDivProps {
|
||||
}
|
||||
|
||||
const StyledTextTitle = styled(MantineHeader)<TextTitleProps>`
|
||||
overflow: ${(props) => props.overflow === 'visible' && 'visible'};
|
||||
color: ${(props) => (props.$secondary ? 'var(--main-fg-secondary)' : 'var(--main-fg)')};
|
||||
cursor: ${(props) => props.$link && 'cursor'};
|
||||
transition: color 0.2s ease-in-out;
|
||||
|
Loading…
Reference in New Issue
Block a user