kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Change classname "tombstone" to use only Tailwind
rodzic
3ea0e2e6c2
commit
64e837ca74
|
@ -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 dark:border-gray-800'
|
||||
className='flex h-[42px] items-center justify-center rounded-lg border-2 border-gray-200 text-center focus-within:outline-none focus-within:ring-2 focus-within:ring-primary-300 focus:outline-none focus:ring-2 focus:ring-primary-300 dark:border-gray-800'
|
||||
>
|
||||
<Text theme='muted'>
|
||||
<FormattedMessage
|
||||
|
|
Ładowanie…
Reference in New Issue