mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Improve handling of labels
This commit is contained in:
parent
0b33f63680
commit
b091ff830f
2 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ export function LabelChip(props: LabelChipProps): JSX.Element {
|
|||
<SpanBox
|
||||
css={{
|
||||
display: 'inline-table',
|
||||
margin: '5px',
|
||||
margin: '2px',
|
||||
borderRadius: '4px',
|
||||
color: isDarkMode ? darkThemeTextColor : lightThemeTextColor,
|
||||
fontSize: '13px',
|
||||
|
|
|
|||
|
|
@ -249,7 +249,7 @@ export function LibraryGridCard(props: LinkedItemCardProps): JSX.Element {
|
|||
marginTop: 'auto',
|
||||
display: 'block',
|
||||
pt: '10px',
|
||||
height: '35px',
|
||||
minHeight: '35px',
|
||||
}}
|
||||
>
|
||||
{props.item.labels?.map(({ name, color }, index) => (
|
||||
|
|
|
|||
Loading…
Reference in a new issue