Skip to content

Commit

Permalink
Addressing a few lingering bugs with v8 (#789)
Browse files Browse the repository at this point in the history
* fix toggleswitch

* slightly darken muted border

* Create ten-impalas-unite.md

* github-actions[bot] Regenerated snapshots

* Update ten-impalas-unite.md

Just added a commit to hopefully get the actions to run

---------

Co-authored-by: langermank <langermank@users.noreply.github.com>
Co-authored-by: Lukas Oppermann <lukasoppermann@github.com>
  • Loading branch information
3 people authored Dec 5, 2023
1 parent 1c830ae commit 0f97174
Show file tree
Hide file tree
Showing 29 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changeset/ten-impalas-unite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@primer/primitives": patch
---

- fix fgColor for ToggleSwitch in dark high contrast
- darken borderColor-muted slightly in dark & light mode
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
controlTrack: {
fgColor: {
rest: {
$value: '{fgColor.onEmphasis}',
$value: '{fgColor.default}',
$type: 'color',
},
},
Expand Down
2 changes: 1 addition & 1 deletion src/tokens/functional/color/dark/primitives-dark.json5
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@
},
},
},
alpha: 0.4,
alpha: 0.5,
},
emphasis: {
$value: '{base.color.gray.5}',
Expand Down
2 changes: 1 addition & 1 deletion src/tokens/functional/color/light/primitives-light.json5
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@
},
},
},
alpha: 0.4,
alpha: 0.5,
},
emphasis: {
$value: '{base.color.gray.5}',
Expand Down

0 comments on commit 0f97174

Please sign in to comment.