Skip to content

Commit 84cd2aa

Browse files
committed
Remove space in css variable (which broke the CSS variable link)
1 parent 6cb27f4 commit 84cd2aa

File tree

1 file changed

+1
-1
lines changed
  • components/dash-core-components/src/components/css

1 file changed

+1
-1
lines changed

components/dash-core-components/src/components/css/input.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
cursor: pointer;
102102
font-size: 16px;
103103
font-weight: bold;
104-
color: var(--Dash -Text-Primary);
104+
color: var(--Dash-Text-Primary);
105105
}
106106

107107
.dash-input-stepper:hover,

0 commit comments

Comments
 (0)