Skip to content

Commit db22198

Browse files
committed
refactor: 样式变量化
1 parent 91cb3b4 commit db22198

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/BootstrapBlazor/Components/Input/OtpInput.razor.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
.bb-opt-item {
66
--bb-opt-item-width: 66px;
7+
--bb-opt-item-disabled-color: #b8b8b8;
78
--bb-opt-item-padding: #{$bb-opt-item-padding};
89
--bb-opt-item-margin: #{$bb-opt-item-margin};
910
--bb-opt-font-size: #{$bb-opt-font-size};
@@ -32,6 +33,6 @@
3233
}
3334

3435
span.bb-opt-item {
35-
color: #b8b8b8;
36+
color: var(--bb-opt-item-disabled-color);
3637
}
3738
}

0 commit comments

Comments
 (0)