Skip to content

Commit

Permalink
fix(swatches): update default-main-dark light and dark variables
Browse files Browse the repository at this point in the history
  • Loading branch information
JoomFX authored and Juveniel committed Apr 27, 2023
1 parent 1681b4f commit c02b6b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/default/lib/swatches/default-main-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@
"kendo-color-light": {
"name": "Light",
"type": "color",
"value": "#292929"
"value": "#BDBDBD"
},
"kendo-color-dark": {
"name": "Dark",
"type": "color",
"value": "#BDBDBD"
"value": "#292929"
}
}
},
Expand Down Expand Up @@ -158,7 +158,7 @@
"value": "#1D1D1D"
},
"kendo-button-border": {
"name": "Button background",
"name": "Button border",
"type": "color",
"value": "#383838"
}
Expand Down

0 comments on commit c02b6b9

Please sign in to comment.