chore: Minor design adjustment
This commit is contained in:
parent
972615f91d
commit
1c7424bd18
2 changed files with 24 additions and 13 deletions
|
|
@ -25,6 +25,6 @@ extension StringColor on String {
|
|||
number += codeUnitAt(i);
|
||||
}
|
||||
number = (number % 12) * 25.5;
|
||||
return HSLColor.fromAHSL(1, number, 1, 0.7).toColor();
|
||||
return HSLColor.fromAHSL(1, number, 1, 0.40).toColor();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue