Skip to content

Commit

Permalink
Merge branch 'develop' into Custom-validations
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanOXDi authored Aug 1, 2024
2 parents 9193ed8 + 5755ea5 commit f4f45ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Changelog is rather internal in nature. See release notes for the public overvie
- **Guidance:**
[#707]: https://github.com/learningequality/kolibri-design-system/pull/707


[#625]
- **Description:** Initial implementation of `KCard` component
- **Products impact:** New Component
Expand Down
4 changes: 2 additions & 2 deletions lib/KCard/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
*/
stylesAndClasses() {
/* In px. Needs to be the same as $spacer variable in styles part */
const SPACER = 12;
const SPACER = 24;
const headingCommonStyles = {
order: 3,
Expand Down Expand Up @@ -300,7 +300,7 @@
<style lang="scss" scoped>
/* Needs to be the same as SPACER constant in JavaScript part */
$spacer: 12px;
$spacer: 24px;
/*
Just couple of comments that are referenced from several places:
Expand Down

0 comments on commit f4f45ab

Please sign in to comment.