@@ -408,7 +408,7 @@ class DesignVariables extends ThemeExtension<DesignVariables> {
408
408
contextMenuItemBg: contextMenuItemBg ?? this .contextMenuItemBg,
409
409
contextMenuItemLabel: contextMenuItemLabel ?? this .contextMenuItemLabel,
410
410
contextMenuItemMeta: contextMenuItemMeta ?? this .contextMenuItemMeta,
411
- contextMenuItemText: contextMenuItemText ?? this .contextMenuItemBg ,
411
+ contextMenuItemText: contextMenuItemText ?? this .contextMenuItemText ,
412
412
editorButtonPressedBg: editorButtonPressedBg ?? this .editorButtonPressedBg,
413
413
foreground: foreground ?? this .foreground,
414
414
icon: icon ?? this .icon,
@@ -464,7 +464,7 @@ class DesignVariables extends ThemeExtension<DesignVariables> {
464
464
contextMenuItemBg: Color .lerp (contextMenuItemBg, other.contextMenuItemBg, t)! ,
465
465
contextMenuItemLabel: Color .lerp (contextMenuItemLabel, other.contextMenuItemLabel, t)! ,
466
466
contextMenuItemMeta: Color .lerp (contextMenuItemMeta, other.contextMenuItemMeta, t)! ,
467
- contextMenuItemText: Color .lerp (contextMenuItemText, other.contextMenuItemBg , t)! ,
467
+ contextMenuItemText: Color .lerp (contextMenuItemText, other.contextMenuItemText , t)! ,
468
468
editorButtonPressedBg: Color .lerp (editorButtonPressedBg, other.editorButtonPressedBg, t)! ,
469
469
foreground: Color .lerp (foreground, other.foreground, t)! ,
470
470
icon: Color .lerp (icon, other.icon, t)! ,
0 commit comments