change font weight for tooltips
This commit is contained in:
parent
a8726feef6
commit
34ddd6d32b
1 changed files with 4 additions and 1 deletions
|
|
@ -17,7 +17,10 @@ extension SchemeToTheme on ColorScheme {
|
||||||
backgroundColor: surfaceContainerLow,
|
backgroundColor: surfaceContainerLow,
|
||||||
),
|
),
|
||||||
tooltipTheme: .new(
|
tooltipTheme: .new(
|
||||||
textStyle: textTheme.labelLarge?.copyWith(fontSize: 16),
|
textStyle: textTheme.labelLarge?.copyWith(
|
||||||
|
fontSize: 16,
|
||||||
|
fontWeight: .w600,
|
||||||
|
),
|
||||||
padding: .all(8),
|
padding: .all(8),
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: surfaceContainerHighest,
|
color: surfaceContainerHighest,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue