Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Dec 20, 2024
1 parent 8e41018 commit ddcf220
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 22 deletions.
7 changes: 5 additions & 2 deletions src/tokens/functional/color/borderColor.json5
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@
alpha: 1,
},
},
alpha: 0.15,
},
alpha: 0.15,
},
neutral: {
muted: {
Expand Down Expand Up @@ -219,7 +219,10 @@
},
'dark-protanopia-deuteranopia': {
$value: '{base.color.blue.4}',
alpha: 0.4,
},
'light-protanopia-deuteranopia': {
$value: '{base.color.blue.0}',
alpha: 1,
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,26 +75,6 @@
},
},
borderColor: {
success: {
muted: {
$value: '{base.color.blue.0}',
$type: 'color',
},
emphasis: {
$value: '{base.color.blue.5}',
$type: 'color',
},
},
open: {
muted: {
$value: '{borderColor.success.muted}',
$type: 'color',
},
emphasis: {
$value: '{borderColor.success.emphasis}',
$type: 'color',
},
},
closed: {
muted: {
$value: '{borderColor.default}',
Expand Down

0 comments on commit ddcf220

Please sign in to comment.