We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be954a3 commit 7a6c332Copy full SHA for 7a6c332
apps/webapp/app/components/ImpersonationBanner.tsx
@@ -1,7 +1,6 @@
1
+import { UserMinusIcon } from "@heroicons/react/20/solid";
2
import { Form } from "@remix-run/react";
-import { Paragraph } from "./primitives/Paragraph";
3
import { Button } from "./primitives/Buttons";
4
-import { UserMinusIcon } from "@heroicons/react/20/solid";
5
6
export function ImpersonationBanner() {
7
return (
@@ -13,6 +12,7 @@ export function ImpersonationBanner() {
13
12
LeadingIcon={UserMinusIcon}
14
fullWidth
15
textAlignLeft
+ className="text-amber-400"
16
>
17
Stop impersonating
18
</Button>
0 commit comments