forked from remirror/remirror
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Align left/right arrow style with other arrows (remirror#1425)
The shortcut used the 'LEFT RIGHT BLACK ARROW' (U+2B0C) whereas the left arrow and the right arrow are not the BLACK variant. For visual consistency, this commit changes the left/right arrow to the non-BLACK version 'LEFT RIGHT ARROW' (U+2194). Raised by remirror#1423 (comment)
- Loading branch information
1 parent
fd76cc2
commit 32f14d0
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@remirror/extension-shortcuts': patch | ||
--- | ||
|
||
Align left/right arrow style with other arrows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters