Skip to content

Commit 7cb065d

Browse files
oops added in changes that wasnt supposed to go to this branch
1 parent 56adf23 commit 7cb065d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

client/modules/IDE/components/Header/Nav.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ const LanguageMenu = () => {
345345

346346
function handleLangSelection(event) {
347347
dispatch(setLanguage(event.target.value));
348-
dispatch(showToast('Toast.LangChange', 1000000000));
348+
dispatch(showToast('Toast.LangChange'));
349349
}
350350

351351
return (

client/styles/abstracts/_variables.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,6 @@ $themes: (
331331
)
332332
);
333333

334-
$toast-background-color: $middle-light; // $medium-dark;
335-
$toast-text-color: $dark;// $lightest;
334+
$toast-background-color: $medium-dark;
335+
$toast-text-color: $lightest;
336336

0 commit comments

Comments
 (0)