design: Use more adaptive elements
This uses iOS styled Sliders and share icons on iOS.
This commit is contained in:
parent
43c8248b49
commit
20228380be
5 changed files with 10 additions and 18 deletions
|
|
@ -140,7 +140,7 @@ class SettingsStyleView extends StatelessWidget {
|
|||
),
|
||||
),
|
||||
),
|
||||
Slider(
|
||||
Slider.adaptive(
|
||||
min: 0.5,
|
||||
max: 2.5,
|
||||
divisions: 20,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue