Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
feat(inputs): dark exploration
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrupert committed Feb 10, 2023
1 parent 2e8e4a2 commit effc8c2
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions base.json
Original file line number Diff line number Diff line change
Expand Up @@ -2087,6 +2087,64 @@
}
}
}
},
"inputs": {
"color": {
"text": {
"default": {
"value": "{color.text.primary}",
"type": "color"
},
"placeholder": {
"value": "{color.text.placeholder}",
"type": "color"
},
"disabled": {
"value": "{color.text.disabled}",
"type": "color"
}
},
"border": {
"default": {
"value": "rgba($color.black.900, 0.09)",
"type": "color"
},
"focus": {
"value": "{color.border.focus}",
"type": "color"
},
"critical": {
"value": "{color.border.critical}",
"type": "color"
},
"sucess": {
"value": "{color.border.success}",
"type": "color"
},
"warning": {
"value": "{color.border.warning}",
"type": "color"
},
"disabled": {
"value": "{color.neutral.transparent}",
"type": "color"
}
},
"background": {
"default": {
"value": "rgba($color.black.900, 0.06)",
"type": "color"
},
"focus": {
"value": "rgba($color.black.900, 0.03)",
"type": "color"
},
"disabled": {
"value": "rgba($color.black.900, 0.15)",
"type": "color"
}
}
}
}
},
"components/foo": {
Expand Down

0 comments on commit effc8c2

Please sign in to comment.