Bug 1908692 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I'm only seeing this issue in Nightly for system theme, and applying a fallback in the design-tokens.json file doesn't fix this. 
```
"hover": {
          "value": {
            "forcedColors": "SelectedItemText",
            "brand": {
              "default": "color-mix(in srgb, currentColor 14%, transparent)"
            },
            "platform": {
              "default": "var(--button-hover-bgcolor, color-mix(in srgb, currentColor 7%, transparent))"
            }
          }
        },
        "active": {
          "value": {
            "forcedColors": "SelectedItemText",
            "brand": {
              "default": "color-mix(in srgb, currentColor 21%, transparent)"
            },
            "platform": {
              "default": "var(--button-active-bgcolor, color-mix(in srgb, currentColor 7%, transparent))"
            }
          }
```
Am I missing something Mark?
I'm only seeing this issue in Nightly for system theme (on mac), and applying a fallback in the design-tokens.json file doesn't fix this. 
```
"hover": {
          "value": {
            "forcedColors": "SelectedItemText",
            "brand": {
              "default": "color-mix(in srgb, currentColor 14%, transparent)"
            },
            "platform": {
              "default": "var(--button-hover-bgcolor, color-mix(in srgb, currentColor 7%, transparent))"
            }
          }
        },
        "active": {
          "value": {
            "forcedColors": "SelectedItemText",
            "brand": {
              "default": "color-mix(in srgb, currentColor 21%, transparent)"
            },
            "platform": {
              "default": "var(--button-active-bgcolor, color-mix(in srgb, currentColor 7%, transparent))"
            }
          }
```
Am I missing something Mark?

Back to Bug 1908692 Comment 2