mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-28 03:35:51 +03:00
Use the outline style for the before/after trip comparison button.
This commit is contained in:
parent
ffc4f4222d
commit
e841024025
@ -259,7 +259,7 @@ pub fn finished(
|
||||
);
|
||||
col.push(
|
||||
ctx.style()
|
||||
.btn_floating
|
||||
.btn_outline
|
||||
.btn()
|
||||
.label_styled_text(
|
||||
Text::from_all(vec![
|
||||
@ -281,7 +281,7 @@ pub fn finished(
|
||||
);
|
||||
col.push(
|
||||
ctx.style()
|
||||
.btn_floating
|
||||
.btn_outline
|
||||
.btn()
|
||||
.label_styled_text(
|
||||
Text::from_all(vec![
|
||||
|
Loading…
Reference in New Issue
Block a user