fix: 修复回复悬浮窗的样式

release/desktop
moonrailgun 3 years ago
parent f25e0a7e9f
commit f6d1a424b9

@ -15,7 +15,7 @@ export const ChatReply: React.FC = React.memo(() => {
return ( return (
<div className="relative"> <div className="relative">
<div className="absolute bottom-0 left-0 right-0 py-1 px-4"> <div className="absolute bottom-0 left-0 right-0 py-1 px-4">
<div className="rounded bg-white p-2 max-h-44 overflow-auto shadow-sm relative"> <div className="rounded bg-white dark:bg-gray-800 p-2 max-h-44 overflow-auto shadow-sm relative">
<span className="align-top"> <span className="align-top">
{t('回复')}{' '} {t('回复')}{' '}
{replyMsg.author && <UserName userId={replyMsg.author} />}:{' '} {replyMsg.author && <UserName userId={replyMsg.author} />}:{' '}

Loading…
Cancel
Save