Skip to content

Commit 84bd61e

Browse files
authored
ENG-7438: Fix small icons on what is reflex build page (#1590)
1 parent dcf8f58 commit 84bd61e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/ai_builder/overview/what_is_reflex_build.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,10 @@ def feature_card(feature: dict) -> rx.Component:
224224
rx.icon(
225225
tag=feature["icon"],
226226
size=15,
227-
class_name="inline-block pr-2 "
227+
class_name="inline-block mr-2 "
228228
+ rx.color_mode_cond(
229-
"stroke-purple-8",
230-
"stroke-purple-9",
229+
"stroke-violet-8",
230+
"stroke-violet-9",
231231
),
232232
),
233233
rx.el.span(f"{feature['title']} ", class_name="text-sm font-bold"),

0 commit comments

Comments
 (0)