We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20e7ee5 commit 1519f81Copy full SHA for 1519f81
docs/getting_started/dashboard_tutorial.md
@@ -221,8 +221,10 @@ def show_user(user: User):
221
rx.table.cell(user.name),
222
rx.table.cell(user.email),
223
rx.table.cell(user.gender),
224
- style=\{"_hover":
225
- \{"bg": rx.color("gray", 3)}
+ style={
+ "_hover": {
226
+ "bg": rx.color("gray", 3)
227
+ }
228
},
229
align="center",
230
)
@@ -1701,8 +1703,10 @@ def show_user(user: User):
1701
1703
1702
1704
1705
1706
1707
1708
1709
1710
1711
1712
0 commit comments