Skip to content

Commit bbff1a5

Browse files
committed
fix inline highlighting
1 parent 741175f commit bbff1a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Playground.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/components/Markdown.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)