We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448da49 commit a8922ffCopy full SHA for a8922ff
mesa/experimental/jupyter_viz.py
@@ -259,10 +259,13 @@ def do_set_playing(value):
259
solara.Button(label="Step", color="primary", on_click=do_step)
260
# This style is necessary so that the play widget has almost the same
261
# height as typical Solara buttons.
262
- solara.Style(
263
- """
+ solara.Style("""
264
.widget-play {
265
- height: 30px;
+ height: 35px;
+ }
266
+ .widget-play button {
267
+ color: white;
268
+ background-color: #1976D2; // Solara blue color
269
}
270
"""
271
)
0 commit comments