Skip to content

Commit c022819

Browse files
author
Yosevu Kilonzo
committed
fix: correct token name
1 parent 08a59c0 commit c022819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/swatchgroup/index.css

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

3333
/* Compact*/
3434
.spectrum-SwatchGroup--compact {
35-
gap: var(--mod-swatchgroup-spacing-regular, var(--spectrum-swatchgroup-spacing-regular));
35+
gap: var(--mod-swatchgroup-spacing-compact, var(--spectrum-swatchgroup-spacing-compact));
3636
}
3737

3838
/* Spacious */

0 commit comments

Comments
 (0)