We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91cb3b4 commit db22198Copy full SHA for db22198
src/BootstrapBlazor/Components/Input/OtpInput.razor.scss
@@ -4,6 +4,7 @@
4
5
.bb-opt-item {
6
--bb-opt-item-width: 66px;
7
+ --bb-opt-item-disabled-color: #b8b8b8;
8
--bb-opt-item-padding: #{$bb-opt-item-padding};
9
--bb-opt-item-margin: #{$bb-opt-item-margin};
10
--bb-opt-font-size: #{$bb-opt-font-size};
@@ -32,6 +33,6 @@
32
33
}
34
35
span.bb-opt-item {
- color: #b8b8b8;
36
+ color: var(--bb-opt-item-disabled-color);
37
38
0 commit comments