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(app): fix list button styling #15088

Merged
merged 1 commit into from
May 3, 2024
Merged

fix(app): fix list button styling #15088

merged 1 commit into from
May 3, 2024

Conversation

koji
Copy link
Contributor

@koji koji commented May 3, 2024

Overview

fix list button styling

Probably in the future, we will need to try to create List Button components.

[before]

recording.of.blue.flickering.selected.state.on.listbuttons.mov

[after]

rtp_odd.mov

close RQA-2652

Test Plan

Changelog

Review requests

Risk assessment

low

fix rtp button styling

close RQA-2652
@koji koji requested review from ncdiehl11 and jerader May 3, 2024 17:18
@koji koji marked this pull request as ready for review May 3, 2024 17:18
@koji koji requested a review from a team as a code owner May 3, 2024 17:18
@@ -101,7 +101,7 @@ import type { ProtocolModuleInfo } from '../../organisms/Devices/ProtocolRun/uti
const FETCH_DURATION_MS = 5000
interface ProtocolSetupStepProps {
onClickSetupStep: () => void
status: 'ready' | 'not ready' | 'general'
status: 'ready' | 'not ready' | 'general' | 'inform'
Copy link
Contributor Author

Choose a reason for hiding this comment

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

If there is any better idea for status name, let me know.

@koji koji added the authorship label May 3, 2024
Copy link
Collaborator

@ncdiehl11 ncdiehl11 left a comment

Choose a reason for hiding this comment

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

lgtm

@koji koji merged commit fe428d4 into chore_release-7.3.0 May 3, 2024
30 checks passed
@koji koji deleted the fix_RQA-2652 branch July 4, 2024 00:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants