Skip to content

Commit 56adf23

Browse files
fixed broken links
1 parent 155b4e8 commit 56adf23

3 files changed

Lines changed: 5 additions & 5 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'));
348+
dispatch(showToast('Toast.LangChange', 1000000000));
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: $medium-dark;
335-
$toast-text-color: $lightest;
334+
$toast-background-color: $middle-light; // $medium-dark;
335+
$toast-text-color: $dark;// $lightest;
336336

contributor_docs/styling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Currently in progress.
44

55
---
66
Additional Resources:
7-
- [Zeplin File with Official Colors](google.com/url?q=https://github.com/processing/p5.js-web-editor/wiki/Color-Combinations-for-Accessibility&sa=D&source=docs&ust=1769528946688435&usg=AOvVaw2626esAvAi1JMEjarRcDcT)
8-
- [Accessible Links Color Combinations](https://scene.zeplin.io/project/55f746c54a02e1e50e0632c3)
7+
- [Zeplin File with Official Colors](https://scene.zeplin.io/project/55f746c54a02e1e50e0632c3)
8+
- [Accessible Links Color Combinations](https://github.com/processing/p5.js-web-editor/wiki/Color-Combinations-for-Accessibility)
99

1010
Tips when making styling contributions:
1111
- Define color specifications and other design tokens as CSS custom properties (e.g. `--var(primary-color)`) instead of hard coded values like HEX, RGB ..etc.

0 commit comments

Comments
 (0)