Skip to content

Commit 36fd278

Browse files
committed
Style the button to fit the panel colors
1 parent 0c3d934 commit 36fd278

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

apps/webapp/app/routes/resources.incidents.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export function IncidentStatusPanel() {
5151
<motion.div
5252
initial={{ opacity: 0 }}
5353
animate={{ opacity: 1 }}
54+
exit={{ opacity: 0 }}
5455
transition={{ duration: 0.3 }}
5556
className="p-1"
5657
>
@@ -62,15 +63,17 @@ export function IncidentStatusPanel() {
6263
</Paragraph>
6364
</div>
6465
<Paragraph variant="extra-small/bright" className="text-warning/80">
65-
Our team is working on resolving the issue. Monitor our status page for updates.
66+
Our team is working on resolving the issue. Check our status page for more
67+
information.
6668
</Paragraph>
6769
<LinkButton
6870
variant="secondary/small"
6971
to="https://status.trigger.dev"
7072
target="_blank"
7173
fullWidth
74+
className="border-warning/20 bg-warning/10 hover:!border-warning/30 hover:!bg-warning/20"
7275
>
73-
View status page
76+
<span className="text-warning">View status page</span>
7477
</LinkButton>
7578
</div>
7679
</motion.div>

0 commit comments

Comments
 (0)