diff --git a/src/theme/variables.scss b/src/theme/variables.scss index b55c558b3..057b61de8 100644 --- a/src/theme/variables.scss +++ b/src/theme/variables.scss @@ -858,6 +858,11 @@ body { --profile-text-color: #ffffff; + + --box-container-color: #fff; + --box-border-color: #e9e9e9; + --box-border-color-shadow: rgb(0 0 0 / 7%); + .bg-blue { --background: #0782c9; background: #0782c9;