Skip to content

Conversation

@kaseyvee
Copy link
Collaborator

@kaseyvee kaseyvee commented May 26, 2024

Changes

  • update media progress bar colours

Addresses issue #96 .

Screenshots

Design

Screenshot 2024-05-26 at 4 40 38 PM

Sound component

Before

Screenshot 2024-05-26 at 10 21 07 AM Screenshot 2024-05-26 at 10 20 59 AM

After

Screenshot 2024-05-26 at 10 13 24 AM Screenshot 2024-05-26 at 10 13 14 AM

Video component

Before

Screenshot 2024-05-26 at 10 19 59 AM Screenshot 2024-05-26 at 10 20 14 AM

After

Screenshot 2024-05-26 at 10 14 17 AM Screenshot 2024-05-26 at 10 14 04 AM

backgroundColor: theme.palette.action.focus,
'& .MuiLinearProgress-bar': {
backgroundColor: isDarkTheme
? theme.palette.secondary.light
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
? theme.palette.secondary.light
? theme.palette.primary.light

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is with primary.light. I don't think there's enough contrast.

Screenshot 2024-05-26 at 4 36 50 PM

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I think the designs might have been updated after the issue as this is on the Figma

Screenshot 2024-05-26 at 4 46 01 PM

color="secondary"
sx={{
'& .MuiSlider-rail': {
opacity: 0,
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
opacity: 0,
color: "action.focus"

@kaseyvee kaseyvee requested a review from Shiti May 26, 2024 23:48
@Shiti Shiti merged commit 986f089 into rustic-ai:main May 27, 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.

2 participants