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,
|
||||
),
|
||||
tooltipTheme: .new(
|
||||
textStyle: textTheme.labelLarge?.copyWith(fontSize: 16),
|
||||
textStyle: textTheme.labelLarge?.copyWith(
|
||||
fontSize: 16,
|
||||
fontWeight: .w600,
|
||||
),
|
||||
padding: .all(8),
|
||||
decoration: BoxDecoration(
|
||||
color: surfaceContainerHighest,
|
||||
|
|
|
|||
Loading…
Reference in a new issue