mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Darken the border on label chips
This commit is contained in:
parent
8a7446faee
commit
239a283ca8
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ export function LabelChip(props: LabelChipProps): JSX.Element {
|
|||
fontSize: '12px',
|
||||
fontWeight: 'bold',
|
||||
padding: '4px 8px 4px 8px',
|
||||
border: `1px solid rgba(${color[0]}, ${color[1]}, ${color[2]}, 0.40)`,
|
||||
border: `1px solid rgba(${color[0]}, ${color[1]}, ${color[2]}, 0.7)`,
|
||||
backgroundColor: `rgba(${color[0]}, ${color[1]}, ${color[2]}, 0.08)`,
|
||||
}}
|
||||
>
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@ const inputStyles = {
|
|||
margin: '$2 0',
|
||||
border: '1px solid $grayBorder',
|
||||
borderRadius: '6px',
|
||||
fontSize: '13px',
|
||||
fontSize: '16px',
|
||||
FontFamily: '$fontFamily',
|
||||
width: '100%',
|
||||
'@md': {
|
||||
|
|
|
|||
Loading…
Reference in a new issue