Skip to content

Commit 4408b44

Browse files
committed
remove cursor and padding
1 parent 32f81f7 commit 4408b44

20 files changed

Lines changed: 55 additions & 55 deletions

reflex/docs/ai_builder/app_lifecycle/copy_app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ def render_image():
1212
return rx.el.div(
1313
rx.image(
1414
src="https://web.reflex-assets.dev/ai_builder/app_lifecycle/copy_light.avif",
15-
class_name="p-2 rounded-md h-auto",
15+
class_name="rounded-md h-auto",
1616
border=f"0.81px solid {rx.color('slate', 5)}",
1717
),
18-
class_name="w-full flex flex-col rounded-md cursor-pointer",
18+
class_name="w-full flex flex-col rounded-md",
1919
)
2020
```
2121

reflex/docs/ai_builder/app_lifecycle/deploy_app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ def render_image():
1818
return rx.el.div(
1919
rx.image(
2020
src="https://web.reflex-assets.dev/ai_builder/app_lifecycle/deploy_light.avif",
21-
class_name="p-2 rounded-md h-auto",
21+
class_name="rounded-md h-auto",
2222
border=f"0.81px solid {rx.color('slate', 5)}",
2323
),
24-
class_name="w-full flex flex-col rounded-md cursor-pointer",
24+
class_name="w-full flex flex-col rounded-md",
2525
)
2626
```
2727

reflex/docs/ai_builder/app_lifecycle/download_app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ def render_image():
1313
return rx.el.div(
1414
rx.image(
1515
src="https://web.reflex-assets.dev/ai_builder/app_lifecycle/download_light.avif",
16-
class_name="p-2 rounded-md h-auto",
16+
class_name="rounded-md h-auto",
1717
border=f"0.81px solid {rx.color('slate', 5)}",
1818
),
19-
class_name="w-full flex flex-col rounded-md cursor-pointer",
19+
class_name="w-full flex flex-col rounded-md",
2020
)
2121
```
2222

reflex/docs/ai_builder/app_lifecycle/fork_app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ import reflex as rx
1010
rx.el.div(
1111
rx.image(
1212
src="https://web.reflex-assets.dev/ai_builder/overview/fork_template_light.avif",
13-
class_name="p-2 rounded-md h-auto",
13+
class_name="rounded-md h-auto",
1414
border=f"0.81px solid {rx.color('slate', 5)}",
1515
),
16-
class_name="w-full flex flex-col rounded-md cursor-pointer",
16+
class_name="w-full flex flex-col rounded-md",
1717
)
1818
```
1919

reflex/docs/ai_builder/app_lifecycle/general.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ def render_image():
1111
return rx.el.div(
1212
rx.image(
1313
src="https://web.reflex-assets.dev/ai_builder/app_lifecycle/general_light.avif",
14-
class_name="p-2 rounded-md h-auto",
14+
class_name="rounded-md h-auto",
1515
border=f"0.81px solid {rx.color('slate', 5)}",
1616
),
17-
class_name="w-full flex flex-col rounded-md cursor-pointer",
17+
class_name="w-full flex flex-col rounded-md",
1818
)
1919
```
2020

reflex/docs/ai_builder/app_lifecycle/share_app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ def render_image():
1111
return rx.el.div(
1212
rx.image(
1313
src="https://web.reflex-assets.dev/ai_builder/app_lifecycle/share_light.avif",
14-
class_name="p-2 rounded-md h-auto",
14+
class_name="rounded-md h-auto",
1515
border=f"0.81px solid {rx.color('slate', 5)}",
1616
),
17-
class_name="w-full flex flex-col rounded-md cursor-pointer",
17+
class_name="w-full flex flex-col rounded-md",
1818
)
1919
```
2020

reflex/docs/ai_builder/features/automated_testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ rx.el.div(
1616
"https://web.reflex-assets.dev/ai_builder/features/test_light.webp",
1717
"https://web.reflex-assets.dev/ai_builder/features/test_dark.webp",
1818
),
19-
class_name="p-2 rounded-md h-auto",
19+
class_name="rounded-md h-auto",
2020
border=f"0.81px solid {rx.color('slate', 5)}",
2121
),
22-
class_name="w-full flex flex-col rounded-md cursor-pointer",
22+
class_name="w-full flex flex-col rounded-md",
2323
)
2424
```
2525

reflex/docs/ai_builder/features/connect_to_github.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The Github integration is important to make sure that you don't lose your progre
1616
rx.el.div(
1717
rx.image(
1818
src="https://web.reflex-assets.dev/ai_builder/connecting_to_github.avif",
19-
class_name="p-2 rounded-md h-auto",
19+
class_name="rounded-md h-auto",
2020
border=f"0.81px solid {rx.color('slate', 5)}",
2121
),
2222
)
@@ -36,7 +36,7 @@ The commit history is a great way to see the changes that you have made to your
3636
rx.el.div(
3737
rx.image(
3838
src="https://web.reflex-assets.dev/ai_builder/github_commit_history.avif",
39-
class_name="p-2 rounded-md h-auto",
39+
class_name="rounded-md h-auto",
4040
border=f"0.81px solid {rx.color('slate', 5)}",
4141
),
4242
)

reflex/docs/ai_builder/features/customization.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ rx.el.div(
2424
"https://web.reflex-assets.dev/ai_builder/features/style_light.webp",
2525
"https://web.reflex-assets.dev/ai_builder/features/style_dark.webp",
2626
),
27-
class_name="p-2 rounded-md h-auto",
27+
class_name="rounded-md h-auto",
2828
border=f"0.81px solid {rx.color('slate', 5)}",
2929
),
30-
class_name="w-full flex flex-col rounded-md cursor-pointer",
30+
class_name="w-full flex flex-col rounded-md",
3131
)
3232
```
3333

@@ -51,10 +51,10 @@ rx.el.div(
5151
"https://web.reflex-assets.dev/ai_builder/features/theme_light.webp",
5252
"https://web.reflex-assets.dev/ai_builder/features/theme_dark.webp",
5353
),
54-
class_name="p-2 rounded-md h-auto",
54+
class_name="rounded-md h-auto",
5555
border=f"0.81px solid {rx.color('slate', 5)}",
5656
),
57-
class_name="w-full flex flex-col rounded-md cursor-pointer",
57+
class_name="w-full flex flex-col rounded-md",
5858
)
5959
```
6060

reflex/docs/ai_builder/features/editor_modes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ def render_image():
1111
return rx.el.div(
1212
rx.image(
1313
src="https://web.reflex-assets.dev/ai_builder/features/diff_light.avif",
14-
class_name="p-2 rounded-md h-auto",
14+
class_name="rounded-md h-auto",
1515
border=f"0.81px solid {rx.color('slate', 5)}",
1616
),
17-
class_name="w-full flex flex-col rounded-md cursor-pointer",
17+
class_name="w-full flex flex-col rounded-md",
1818
)
1919
```
2020

0 commit comments

Comments
 (0)