Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/dist/floweditor.js

Large diffs are not rendered by default.

Binary file modified examples/dist/floweditor.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/dist/styles.css

Large diffs are not rendered by default.

Binary file modified examples/dist/styles.css.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $translation_bg: rgb(255, 254, 221);
$translation_text: $text_color;
$active_color: $blue_bold;
$activity_color: $light_grey_2;
$error_color: tomato;
$error_color: crimson;
$placeholder_color: $light_grey;
$selected_background: #2095FE;
$selected_color: $light_text;
Expand Down