Skip to content

Commit

Permalink
fix background-color property typo (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
mountpoint committed Oct 13, 2022
1 parent 5e4b2fd commit 9ee993e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/image-editor/src/css/range.styl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.{prefix}-virtual-range-subbar
.{prefix}-virtual-range-pointer
.{prefix}-disabled
backbround-color: red;
background-color: red;

This comment has been minimized.

Copy link
@lytooo390

lytooo390 Jun 28, 2024

fix


.{prefix}-range
position: relative;
Expand Down

0 comments on commit 9ee993e

Please sign in to comment.