kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Fix dark border color on Tombstones
rodzic
e62f292aa8
commit
92f824bb2d
|
@ -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
|
||||||
|
|
Ładowanie…
Reference in New Issue