chore: Adjust appbar design
This commit is contained in:
parent
fa514e920a
commit
227e85fe8a
5 changed files with 23 additions and 18 deletions
|
|
@ -25,6 +25,6 @@ extension StringColor on String {
|
|||
number += codeUnitAt(i);
|
||||
}
|
||||
number = (number % 12) * 25.5;
|
||||
return HSLColor.fromAHSL(1, number, 1, 0.8).toColor();
|
||||
return HSLColor.fromAHSL(1, number, 1, 0.7).toColor();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue