Skip to content

Commit 3b584ac

Browse files
authored
Merge pull request #3562 from emilhe/v4_fix_input_stepper_css
Remove space in css variable (which broke the CSS variable link)
2 parents 6cb27f4 + 84cd2aa commit 3b584ac

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)