File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -810,7 +810,7 @@ module WarningFlagsWidget = {
810
810
<section className = "mt-3" >
811
811
<input
812
812
ref = {ReactDOM .Ref .domRef ((Obj .magic (inputRef ): React .ref <Nullable .t <Dom .element >>))}
813
- className = "inline-block p-1 max-w-20 outline-hidden bg-gray-90 placeholder-gray-20 placeholder-opacity- 50"
813
+ className = "inline-block p-1 max-w-20 outline-hidden bg-gray-90 placeholder-gray-20/ 50"
814
814
placeholder = "Flags"
815
815
type_ = "text"
816
816
tabIndex = 0
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ module InlineCode = {
186
186
@react.component
187
187
let make = (~children ) =>
188
188
<code
189
- className = "md-inline-code px-2 py-0.5 text-gray-60 font-mono rounded-sm bg-gray-10-tr border border-gray-90 border-opacity- 5" >
189
+ className = "md-inline-code px-2 py-0.5 text-gray-60 font-mono rounded-sm bg-gray-10-tr border border-gray-90/ 5" >
190
190
children
191
191
</code >
192
192
}
You can’t perform that action at this time.
0 commit comments