Fix dark border color on Tombstones

This commit is contained in:
Chewbacca 2023-06-01 12:47:51 -04:00
parent e62f292aa8
commit 92f824bb2d

View file

@ -21,7 +21,7 @@ const Tombstone: React.FC<ITombstone> = ({ id, onMoveUp, onMoveDown }) => {
<HotKeys handlers={handlers}> <HotKeys handlers={handlers}>
<div className='h-16'> <div className='h-16'>
<div <div
className='focusable flex h-[42px] items-center justify-center rounded-lg border-2 border-gray-200 text-center' className='focusable flex h-[42px] items-center justify-center rounded-lg border-2 border-gray-200 text-center dark:border-gray-800'
> >
<Text theme='muted'> <Text theme='muted'>
<FormattedMessage <FormattedMessage