@@ -349,7 +349,7 @@ class DesignVariables extends ThemeExtension<DesignVariables> {
349
349
contextMenuItemBg: contextMenuItemBg ?? this .contextMenuItemBg,
350
350
contextMenuItemLabel: contextMenuItemLabel ?? this .contextMenuItemLabel,
351
351
contextMenuItemMeta: contextMenuItemMeta ?? this .contextMenuItemMeta,
352
- contextMenuItemText: contextMenuItemText ?? this .contextMenuItemBg ,
352
+ contextMenuItemText: contextMenuItemText ?? this .contextMenuItemText ,
353
353
editorButtonPressedBg: editorButtonPressedBg ?? this .editorButtonPressedBg,
354
354
foreground: foreground ?? this .foreground,
355
355
icon: icon ?? this .icon,
@@ -396,7 +396,7 @@ class DesignVariables extends ThemeExtension<DesignVariables> {
396
396
contextMenuItemBg: Color .lerp (contextMenuItemBg, other.contextMenuItemBg, t)! ,
397
397
contextMenuItemLabel: Color .lerp (contextMenuItemLabel, other.contextMenuItemLabel, t)! ,
398
398
contextMenuItemMeta: Color .lerp (contextMenuItemMeta, other.contextMenuItemMeta, t)! ,
399
- contextMenuItemText: Color .lerp (contextMenuItemText, other.contextMenuItemBg , t)! ,
399
+ contextMenuItemText: Color .lerp (contextMenuItemText, other.contextMenuItemText , t)! ,
400
400
editorButtonPressedBg: Color .lerp (editorButtonPressedBg, other.editorButtonPressedBg, t)! ,
401
401
foreground: Color .lerp (foreground, other.foreground, t)! ,
402
402
icon: Color .lerp (icon, other.icon, t)! ,
0 commit comments