Skip to content

Commit

Permalink
style: dart format
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitrDomrachev committed Jun 17, 2024
1 parent 058c3ff commit cc36f62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/uikit/colors/app_color_scheme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,7 @@ class AppColorScheme extends ThemeExtension<AppColorScheme> {
textField: Color.lerp(textField, other.textField, t)!,
textFieldLabel: Color.lerp(textFieldLabel, other.textFieldLabel, t)!,
textFieldHelper: Color.lerp(textFieldHelper, other.textFieldHelper, t)!,
frameTextFieldSecondary:
Color.lerp(frameTextFieldSecondary, other.frameTextFieldSecondary, t)!,
frameTextFieldSecondary: Color.lerp(frameTextFieldSecondary, other.frameTextFieldSecondary, t)!,
inactive: Color.lerp(inactive, other.inactive, t)!,
positive: Color.lerp(positive, other.positive, t)!,
onPositive: Color.lerp(onPositive, other.onPositive, t)!,
Expand Down

0 comments on commit cc36f62

Please sign in to comment.