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

Commit

Permalink
feat(color): input borders
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrupert committed Feb 9, 2023
1 parent 6dbe988 commit f8bde04
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions base.json
Original file line number Diff line number Diff line change
Expand Up @@ -1885,6 +1885,32 @@
"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"
}
}
}
}
Expand Down

0 comments on commit f8bde04

Please sign in to comment.