From fdedecb6cd6504d6b0e39f6b1c9e1ba48bf33628 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Sun, 10 Apr 2022 03:34:14 +0200 Subject: [PATCH] Add missing newline to file --- app/javascript/styles/components/_themes.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/styles/components/_themes.scss b/app/javascript/styles/components/_themes.scss index e45e42d3..1b3cf159 100644 --- a/app/javascript/styles/components/_themes.scss +++ b/app/javascript/styles/components/_themes.scss @@ -12,4 +12,4 @@ .theme-danger { --background: #fceff1; --primary: var(--danger); -} \ No newline at end of file +}