chore: Improve read marker design
This commit is contained in:
parent
a2cc1bc5b1
commit
694bc488fd
2 changed files with 19 additions and 12 deletions
|
|
@ -14,7 +14,7 @@ extension StringColor on String {
|
|||
|
||||
Color get color {
|
||||
_colorCache[this] ??= {};
|
||||
return _colorCache[this]![0.35] ??= _getColorLight(0.35);
|
||||
return _colorCache[this]![0.3] ??= _getColorLight(0.3);
|
||||
}
|
||||
|
||||
Color get darkColor {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue