Skip to content

Commit 7dad08d

Browse files
authored
Merge pull request #163 from non-npc/patch-11
fixed typo: `CountinuosRectangleBorder` to `ContinuousRectangleBorder` in button-shapes.py
2 parents d51667b + 0719902 commit 7dad08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/controls/elevated-buttons/button-shapes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def main(page: ft.Page):
2020
ft.ElevatedButton(
2121
"Continuous rectangle",
2222
style=ft.ButtonStyle(
23-
shape=ft.CountinuosRectangleBorder(radius=30),
23+
shape=ft.ContinuousRectangleBorder(radius=30),
2424
),
2525
),
2626
ft.ElevatedButton(

0 commit comments

Comments
 (0)