mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-05 07:19:43 +00:00
fix checkmark styling
This commit is contained in:
parent
6136ff92e6
commit
215b5920c3
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ export function CaptionSettingsPopout(props: {
|
|||
/>
|
||||
<Icon
|
||||
className={[
|
||||
"absolute text-[#1C161B]",
|
||||
"absolute text-xs text-[#1C161B]",
|
||||
color === captionSettings.style.color ? "" : "hidden",
|
||||
].join(" ")}
|
||||
icon={Icons.CHECKMARK}
|
||||
|
|
|
|||
Loading…
Reference in a new issue