Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: font display problem. #252

Merged
merged 5 commits into from Feb 5, 2024
Merged

fix: font display problem. #252

merged 5 commits into from Feb 5, 2024

Conversation

PercyAtFj
Copy link
Contributor

修改前:
image
修改后:
image

“0.80” 是白色,看不大清楚。

@@ -174,8 +174,8 @@ export const MediaPlayerControls = (props: {
>
<GaugeIcon className="w-6 h-6" />
{playbackRate != 1.0 && (
<span className="absolute left-[0.9rem] bottom-0 text-[0.70rem] text-white">
{playbackRate.toFixed(2)}
<span className="absolute left-[1rem] top-6 text-[0.65rem] text-red-500">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

red is too much. Maybe just remove text-white, leaving it as default.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how about grey? I think grey is better than default black.
image

@PercyAtFj PercyAtFj closed this Feb 2, 2024
@PercyAtFj PercyAtFj reopened this Feb 3, 2024
@an-lee an-lee merged commit de713ca into xiaolai:main Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants