mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 23:15:36 +00:00
feat: use route management system for collections
This commit is contained in:
@@ -13,12 +13,13 @@ const CollectionNameWrapper = styled.div({
|
||||
alignItems: 'center',
|
||||
});
|
||||
|
||||
const CollectionName = styled.div({
|
||||
const CollectionName = styled.div(({ theme }) => ({
|
||||
minWidth: 0,
|
||||
color: theme.colors.primary,
|
||||
textOverflow: 'ellipsis',
|
||||
whiteSpace: 'nowrap',
|
||||
overflow: 'hidden',
|
||||
});
|
||||
}));
|
||||
|
||||
const LinksCount = styled.div(({ theme }) => ({
|
||||
minWidth: 'fit-content',
|
||||
|
||||
Reference in New Issue
Block a user