Browse Source

fix checkmark styling

pull/185/head
mrjvs 2 years ago
parent
commit
215b5920c3
  1. 2
      src/video/components/popouts/CaptionSettingsPopout.tsx

2
src/video/components/popouts/CaptionSettingsPopout.tsx

@ -135,7 +135,7 @@ export function CaptionSettingsPopout(props: {
/> />
<Icon <Icon
className={[ className={[
"absolute text-[#1C161B]", "absolute text-xs text-[#1C161B]",
color === captionSettings.style.color ? "" : "hidden", color === captionSettings.style.color ? "" : "hidden",
].join(" ")} ].join(" ")}
icon={Icons.CHECKMARK} icon={Icons.CHECKMARK}

Loading…
Cancel
Save