test(ui): fix lerp dark to light test
Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
@@ -38,12 +38,14 @@ final _messageInputThemeControl = MessageInputThemeData(
|
|||||||
inputBackgroundColor: ColorTheme.light().barsBg,
|
inputBackgroundColor: ColorTheme.light().barsBg,
|
||||||
inputTextStyle: TextTheme.light().body,
|
inputTextStyle: TextTheme.light().body,
|
||||||
idleBorderGradient: LinearGradient(
|
idleBorderGradient: LinearGradient(
|
||||||
|
stops: const [0.0, 1.0],
|
||||||
colors: [
|
colors: [
|
||||||
ColorTheme.light().disabled,
|
ColorTheme.light().disabled,
|
||||||
ColorTheme.light().disabled,
|
ColorTheme.light().disabled,
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
activeBorderGradient: LinearGradient(
|
activeBorderGradient: LinearGradient(
|
||||||
|
stops: const [0.0, 1.0],
|
||||||
colors: [
|
colors: [
|
||||||
ColorTheme.light().disabled,
|
ColorTheme.light().disabled,
|
||||||
ColorTheme.light().disabled,
|
ColorTheme.light().disabled,
|
||||||
|
|||||||
Reference in New Issue
Block a user