Skip to content

Commit a954653

Browse files
ukrbublikCopilot
andcommitted
Update packages/bootstrap/modules/widgets/value/BootstrapNumber.jsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5369f67 commit a954653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bootstrap/modules/widgets/value/BootstrapNumber.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default (props) => {
2424
max={max}
2525
step={step}
2626
onChange={onChange}
27-
className={darkMode ? "bg-dark text-light border-dark placeholder-light color-scheme-dark" : undefined}
27+
className={darkMode ? "bg-dark text-light border-dark placeholder-light color-scheme-dark" : undefined}
2828
/>
2929
);
3030
};

0 commit comments

Comments
 (0)