mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-13 08:35:08 +01:00
fix checkmark styling
This commit is contained in:
parent
6136ff92e6
commit
215b5920c3
@ -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…
Reference in New Issue
Block a user