From 040392ea34f8fae396841b9eff710e9850e9f276 Mon Sep 17 00:00:00 2001 From: Allan Otodi Opeto <103313919+AllanOXDi@users.noreply.github.com> Date: Tue, 30 Jul 2024 22:55:32 +0300 Subject: [PATCH 1/2] adds spacing 24px to the top, right,left and bottom --- lib/KCard/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/KCard/index.vue b/lib/KCard/index.vue index fa55b8a18..1a2a11967 100644 --- a/lib/KCard/index.vue +++ b/lib/KCard/index.vue @@ -169,7 +169,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, @@ -275,7 +275,7 @@