Skip to content

Commit 00b1dc2

Browse files
committed
Modify button style for text_io
1 parent 97a7875 commit 00b1dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mesop/labs/io.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def on_click_clear(e: me.ClickEvent):
104104
me.button(
105105
"Generate",
106106
color="primary",
107-
type="raised",
107+
type="flat",
108108
on_click=on_click_generate,
109109
)
110110
with me.box(style=box_style):

0 commit comments

Comments
 (0)