Skip to content

Commit

Permalink
fix(checkbox): address typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jenndiaz authored and pfulton committed Jan 22, 2024
1 parent f6e972d commit 174d386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/checkbox/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ governing permissions and limitations under the License.

.spectrum-Checkbox-checkmark,
.spectrum-Checkbox-partialCheckmark {
color: var(--highcontrast-checkbox-background-color-default, var(--mode-checkbox-checkmark-color, var(--spectrum-checkbox-checkmark-color)));
color: var(--highcontrast-checkbox-background-color-default, var(--mod-checkbox-checkmark-color, var(--spectrum-checkbox-checkmark-color)));
opacity: 0;
transform: scale(0);

Expand Down

0 comments on commit 174d386

Please sign in to comment.