Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2022-04-04 21:58:27 +02:00
parent 773f2f62b0
commit dd1f8a257e
5 changed files with 2 additions and 2 deletions

View file

@ -379,7 +379,7 @@ class Status extends ImmutablePureComponent<IStatus, IStatusState> {
prepend = ( prepend = (
<div className='pt-4 px-4'> <div className='pt-4 px-4'>
<HStack alignItems='center' space={1}> <HStack alignItems='center' space={1}>
<Icon src={require('@tabler/icons/icons/pinned.svg')} className='text-gray-600' /> <Icon src={require('@tabler/icons/icons/pinned.svg')} className='text-gray-600 dark:text-gray-400' />
<Text size='sm' theme='muted' weight='medium'> <Text size='sm' theme='muted' weight='medium'>
<FormattedMessage id='status.pinned' defaultMessage='Pinned post' /> <FormattedMessage id='status.pinned' defaultMessage='Pinned post' />

View file

@ -46,7 +46,7 @@ const Modal: React.FC<IModal> = ({
}, [buttonRef]); }, [buttonRef]);
return ( return (
<div className='block w-full max-w-xl p-6 mx-auto overflow-hidden text-left align-middle transition-all transform bg-white dark:bg-slate-800 shadow-xl rounded-2xl pointer-events-auto'> <div className='block w-full max-w-xl p-6 mx-auto overflow-hidden text-left align-middle transition-all transform bg-white dark:bg-slate-800 text-black dark:text-white shadow-xl rounded-2xl pointer-events-auto'>
<div className='sm:flex sm:items-start w-full justify-between'> <div className='sm:flex sm:items-start w-full justify-between'>
<div className='w-full'> <div className='w-full'>
<div className='w-full flex flex-row justify-between items-center'> <div className='w-full flex flex-row justify-between items-center'>