This commit is contained in:
decolua
2026-03-30 12:21:24 +07:00
parent abbf8ec86f
commit e6299eef56
6 changed files with 241 additions and 5 deletions
@@ -240,7 +240,7 @@ export default function MitmToolCard({
{/* Warning below button */}
{warning && (
<div className="flex items-center gap-2 px-2 py-1.5 rounded text-xs bg-amber-500/10 text-amber-600 border border-amber-500/20">
<div className="flex items-center gap-2 px-2 py-1.5 rounded text-xs text-amber-500">
<span className="material-symbols-outlined text-[14px]">warning</span>
<span>{warning}</span>
</div>