diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 0cae00fe0..194a2d9ea 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss @@ -49,6 +49,10 @@ body { font-family: $main-fonts; } +.btn-outline-secondary { + --bs-btn-color: #{pvar(--greyForegroundColor)}; +} + .flex-auto { flex: auto; }