Skip to content

Commit

Permalink
fix(configinput): change json in configInput
Browse files Browse the repository at this point in the history
  • Loading branch information
opensrc0 committed Jan 6, 2024
1 parent f0f9877 commit 1feafd6
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 1feafd6

Please sign in to comment.