Skip to content

Commit

Permalink
Merge pull request #98 from opensrc0/develop
Browse files Browse the repository at this point in the history
fix(configinput): change json in configInput
  • Loading branch information
opensrc0 authored Jan 6, 2024
2 parents bd05c2b + 1feafd6 commit f357f86
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions __appset/configInput.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
/* eslint-disable */

const Input = {
"borderRadius": "4px",
"primary": {
"borderColor": "white",
"borderColor": "white"
},
"secondary": {
"borderColor": "white",
"borderColor": "white"
},
"tertiary": {
"borderColor": "white",
"borderColor": "white"
},
"quaternary": {
"borderColor": "white",
"borderColor": "white"
}
}

Expand Down

0 comments on commit f357f86

Please sign in to comment.