Skip to content

Commit

Permalink
CheckBox tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisSpomer committed May 8, 2020
1 parent 3908890 commit 9aa7c63
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions src/tokens/fluentui.json
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,45 @@
"Corner": { "aliasOf": "Set.Control.Corner" }
}
},
"CheckBox": {
"Text": {
"Font": { "aliasOf": "Set.Body.Font" },
"Fill": {
"Color": {
"aliasOf": "Set.NeutralPrimary.Fill.Color",
"Selected": { "aliasOf": "Set.NeutralPrimary.Fill.Color" },
"Indeterminate": { "aliasOf": "Set.NeutralPrimary.Fill.Color" }
}
}
},
"Check": {
"Fill": {
"Color": {
"aliasOf": "Set.TempOutlineText.Fill.Color",
"Selected": { "aliasOf": "Set.TempAccentText.Fill.Color" },
"Indeterminate": { "aliasOf": "Set.TempAccentText.Fill.Color" }
}
}
},
"Box": {
"Fill": {
"Color": {
"aliasOf": "Set.TempOutlineBkg.Fill.Color",
"Selected": { "aliasOf": "Set.TempAccentBkg.Fill.Color" },
"Indeterminate": { "aliasOf": "Set.TempAccentBkg.Fill.Color" }
}
},
"Stroke": {
"Color": {
"aliasOf": "Set.TempOutlineBorder.Stroke.Color",
"Selected": { "aliasOf": "Set.TempTransparentBorder.Stroke.Color" },
"Indeterminate": { "aliasOf": "Set.TempTransparentBorder.Stroke.Color" }
},
"Width": { "aliasOf": "Set.TempOutlineBorder.Stroke.Width" }
},
"Corner": { "aliasOf": "Set.Control.Corner" }
}
},
"Slider": {
"Thumb": {
"Fill": {
Expand Down

0 comments on commit 9aa7c63

Please sign in to comment.