change style

This commit is contained in:
zizifn
2022-12-14 00:17:12 +08:00
committed by zizifn
parent c8c709b82e
commit 12300ca2d6
4 changed files with 8 additions and 8 deletions

View File

@@ -152,17 +152,17 @@ function Actions({ handleShare }: { handleShare: (text: string) => void }) {
function Warning() { function Warning() {
return ( return (
<div className="flex justify-center w-full p-4 rounded-md bg-yellow-50"> <div className="flex justify-center w-full p-4 rounded-md bg-red-50">
<div className="flex"> <div className="flex">
<div className="flex-shrink-0"> <div className="flex-shrink-0">
<ExclamationTriangleIcon <ExclamationTriangleIcon
className="w-5 h-5 text-red-400" className="w-5 h-5 text-red-700"
aria-hidden="true" aria-hidden="true"
/> />
</div> </div>
<div className="ml-3"> <div className="ml-3">
<h3 className="text-sm font-medium text-yellow-800"></h3> <h3 className="text-sm font-medium text-red-700"></h3>
<div className="mt-2 text-sm text-yellow-700"> <div className="mt-2 text-sm text-red-700">
<p></p> <p></p>
</div> </div>
</div> </div>

View File

@@ -8,8 +8,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" /> <link rel="icon" type="image/x-icon" href="/favicon.ico" />
<script type="module" crossorigin src="/assets/index.7cb573a1.js"></script> <script type="module" crossorigin src="/assets/index.3b8161d2.js"></script>
<link rel="stylesheet" href="/assets/index.66da34c3.css"> <link rel="stylesheet" href="/assets/index.a5b2a360.css">
</head> </head>
<body> <body>