adjust dark mode and layout

This commit is contained in:
鲁树人
2025-05-18 23:18:01 +09:00
parent 6cb1f9f87f
commit 3ab73d8369
16 changed files with 53 additions and 45 deletions

View File

@@ -1,8 +1,8 @@
import { RiErrorWarningLine } from 'react-icons/ri';
export function SegmentTryOfficialPlayer() {
export function SegmentTryOfficialPlayer({ className = '' }: { className?: string }) {
return (
<div className="alert alert-warning">
<div className={`alert alert-warning ${className}`}>
<RiErrorWarningLine className="text-2xl" />
<p></p>
</div>