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 = {
810810 <section className = "mt-3" >
811811 <input
812812 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"
814814 placeholder = "Flags"
815815 type_ = "text"
816816 tabIndex = 0
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ module InlineCode = {
186186 @react.component
187187 let make = (~children ) =>
188188 <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" >
190190 children
191191 </code >
192192}
You can’t perform that action at this time.
0 commit comments