Fix dark border color on Tombstones

environments/review-dark-mode-4xc4kq/deployments/3436
Chewbacca 2023-06-01 12:47:51 -04:00
rodzic e62f292aa8
commit 92f824bb2d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -21,7 +21,7 @@ const Tombstone: React.FC<ITombstone> = ({ id, onMoveUp, onMoveDown }) => {
<HotKeys handlers={handlers}>
<div className='h-16'>
<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'>
<FormattedMessage