style: reduce frontend visual effects
This commit is contained in:
@@ -73,7 +73,7 @@ export function DashboardWarnings() {
|
||||
return (
|
||||
<motion.section
|
||||
aria-label={t("warnings.dashboard.title")}
|
||||
className="rounded-panel border border-warning/25 bg-warning/10 p-4 shadow-soft backdrop-blur-xl sm:p-5"
|
||||
className="rounded-panel border border-warning/25 bg-warning/10 p-4 shadow-soft sm:p-5"
|
||||
initial={{ opacity: 0, y: 10 }}
|
||||
animate={{ opacity: 1, y: 0 }}
|
||||
transition={{ duration: 0.35, ease: "easeOut" }}
|
||||
@@ -111,7 +111,7 @@ export function DashboardWarnings() {
|
||||
return (
|
||||
<article
|
||||
key={warning.id}
|
||||
className="rounded-card border border-warning/20 bg-surface/60 px-3.5 py-3"
|
||||
className="rounded-card border border-warning/20 bg-surface px-3.5 py-3"
|
||||
>
|
||||
<p className="text-[0.68rem] font-semibold uppercase tracking-[0.16em] text-warning">
|
||||
{t(active ? "warnings.dashboard.active" : "warnings.dashboard.upcoming")}
|
||||
|
||||
Reference in New Issue
Block a user