Chore: Refactors view note component (#2310)

This commit is contained in:
Nithin David Thomas
2021-05-20 23:41:15 +05:30
committed by GitHub
parent 047617713e
commit 2a492b4162
4 changed files with 31 additions and 41 deletions

View File

@@ -287,7 +287,7 @@ $card-font-color: $body-font-color;
$card-divider-background: $light-gray;
$card-border: 1px solid var(--color-border);
$card-shadow: var(--shadow-small);
$card-border-radius: var(--border-radius-medium);
$card-border-radius: var(--border-radius-normal);
$card-padding: var(--space-small);
$card-margin: $global-margin;