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