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 7cb584b commit 6f0ff5eCopy full SHA for 6f0ff5e
pcweb/pages/integrations/integration_request.py
@@ -6,7 +6,7 @@ def request_integration_dialog() -> rx.Component:
6
return ui.dialog(
7
title="Request Integration",
8
description="Let us know what integration you'd like to see added.",
9
- trigger=rx.el.strong(rx.el.u("here"), class_name="cursor-pointer"),
+ trigger=rx.el.strong(rx.el.u("here"), class_name="cursor-pointer text-primary-11 decoration-primary-9"),
10
content=rx.el.form(
11
ui.textarea(
12
placeholder="Requested integration...",
0 commit comments