Skip to content
Snippets Groups Projects
Commit d988470e authored by Dennis Collaris's avatar Dennis Collaris Committed by Vink, S.A. (Sjoerd)
Browse files

fix(ui): pill show correctly on dark mode

parent 63ad5d04
No related branches found
No related tags found
1 merge request!151feat(map_nodelink)
......@@ -101,7 +101,7 @@ export const Pill = React.memo((props: PillI) => {
></div>
)}
<div
className={'font-semibold bg-neutral-100 ' + (corner !== 'square' ? 'rounded-b-[3px]' : '')}
className={'font-semibold ' + (corner !== 'square' ? 'rounded-b-[3px]' : '')}
onMouseEnter={onMouseEnter}
onMouseLeave={onMouseLeave}
>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment