diff --git a/client/src/style/options.scss b/client/src/style/options.scss index 6bfdf000..be4b07d9 100644 --- a/client/src/style/options.scss +++ b/client/src/style/options.scss @@ -89,6 +89,10 @@ input.multiselect__input::placeholder { white-space: nowrap; } +.snackbar { + font-family: "Sen", sans-serif; +} + .snackbar .snackbar__action { color: $primary-color; } \ No newline at end of file