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

Theme not correctly applied to sidebar tab #886

Merged
merged 6 commits into from Feb 19, 2024

Conversation

create-issue-branch[bot]
Copy link
Contributor

closes #874

@create-issue-branch create-issue-branch bot temporarily deployed to previews/a11y/874-Theme_not_correctly_applied_to_sidebar_tab January 12, 2024 15:49 Inactive
Copy link

Copy link

@sra405 sra405 marked this pull request as ready for review January 16, 2024 15:41
@sra405 sra405 temporarily deployed to previews/a11y/874-Theme_not_correctly_applied_to_sidebar_tab January 16, 2024 15:41 — with GitHub Actions Inactive
Copy link

Copy link

@sra405 sra405 temporarily deployed to previews/a11y/874-Theme_not_correctly_applied_to_sidebar_tab January 16, 2024 15:43 — with GitHub Actions Inactive
Copy link

const buttonClass = `btn${className ? ` ${className}` : ""}${
buttonText ? "" : " btn--svg-only"
}`;
const buttonClass = classNames("btn", className, {
Copy link
Member

Choose a reason for hiding this comment

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

Yesssssss nice

Copy link
Member

@conorriches conorriches left a comment

Choose a reason for hiding this comment

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

looks good!

@loiswells97 loiswells97 temporarily deployed to previews/a11y/874-Theme_not_correctly_applied_to_sidebar_tab February 16, 2024 16:42 — with GitHub Actions Inactive
Copy link

Copy link

@sra405 sra405 merged commit 93562db into main Feb 19, 2024
8 checks passed
@sra405 sra405 deleted the a11y/874-Theme_not_correctly_applied_to_sidebar_tab branch February 19, 2024 16:29
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.

Theme not correctly applied to sidebar tab
3 participants