forked from firka/student-legacy
fixed segmented control color issue
This commit is contained in:
parent
ee67cd5362
commit
6f694e8abe
@ -38,7 +38,7 @@ class CustomSegmentedControl extends StatelessWidget {
|
||||
borderRadius: BorderRadius.circular(12.0),
|
||||
),
|
||||
thumbDecoration: BoxDecoration(
|
||||
color: Theme.of(context).highlightColor,
|
||||
color: Theme.of(context).colorScheme.background,
|
||||
borderRadius: BorderRadius.circular(10.0),
|
||||
// boxShadow: [
|
||||
// BoxShadow(
|
||||
|
Loading…
x
Reference in New Issue
Block a user