Skip to content

Commit 174d386

Browse files
jenndiazpfulton
authored andcommitted
fix(checkbox): address typo
1 parent f6e972d commit 174d386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/checkbox/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ governing permissions and limitations under the License.
533533

534534
.spectrum-Checkbox-checkmark,
535535
.spectrum-Checkbox-partialCheckmark {
536-
color: var(--highcontrast-checkbox-background-color-default, var(--mode-checkbox-checkmark-color, var(--spectrum-checkbox-checkmark-color)));
536+
color: var(--highcontrast-checkbox-background-color-default, var(--mod-checkbox-checkmark-color, var(--spectrum-checkbox-checkmark-color)));
537537
opacity: 0;
538538
transform: scale(0);
539539

0 commit comments

Comments
 (0)