Skip to content

Commit 64dd6cc

Browse files
committed
package version updated
1 parent 79488c4 commit 64dd6cc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gsa-sam/sam-styles",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

sam-styles/packages/branding/elements/_inputs.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
.usa-checkbox__input[aria-checked="mixed"]:disabled+.usa-checkbox__label:before {
140140
@include u-bg("primary");
141141
box-shadow: 0 0 0 2px #70e17b;
142-
//background-image: url("#{$theme-image-path}/minus-white.svg");
142+
background-image: url("#{$sam-image-path}/minus-white.svg");
143143
background-repeat: no-repeat;
144144
background-position: center center;
145145
background-size: 0.75rem auto;

0 commit comments

Comments
 (0)