diff --git a/editor/block-mover/style.scss b/editor/block-mover/style.scss index a7b69706e7009f..f184f10a818696 100644 --- a/editor/block-mover/style.scss +++ b/editor/block-mover/style.scss @@ -10,13 +10,13 @@ border: none; outline: none; background: none; - color: $dark-gray-100; + color: $dark-gray-300; cursor: pointer; width: 20px; height: 20px; &:hover { - color: $dark-gray-900; + color: $dark-gray-500; } &[aria-disabled="true"] {