Skip to content

Commit

Permalink
Modify button style for text_io
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwillchen committed Feb 16, 2024
1 parent 97a7875 commit 00b1dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesop/labs/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def on_click_clear(e: me.ClickEvent):
me.button(
"Generate",
color="primary",
type="raised",
type="flat",
on_click=on_click_generate,
)
with me.box(style=box_style):
Expand Down

0 comments on commit 00b1dc2

Please sign in to comment.