From c261c85e220b9ab6d945d34fe5ceab27acdf90f5 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Wed, 6 May 2020 22:24:56 +0200 Subject: [PATCH] Fix outline button styles --- app/assets/stylesheets/overrides/_buttons.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/overrides/_buttons.scss b/app/assets/stylesheets/overrides/_buttons.scss index 2238d82f..f3d716bf 100644 --- a/app/assets/stylesheets/overrides/_buttons.scss +++ b/app/assets/stylesheets/overrides/_buttons.scss @@ -16,4 +16,8 @@ ) var(--#{$color}); } } + + .btn-outline-#{$color} { + color: var(--#{$color}); + } } \ No newline at end of file