Skip to content

fix: remove extra closing parenthesis in rgba() color value#152

Open
adityashirsatrao007 wants to merge 1 commit into
0rigin-c0de:mainfrom
adityashirsatrao007:fix/authshell-rgba-typo
Open

fix: remove extra closing parenthesis in rgba() color value#152
adityashirsatrao007 wants to merge 1 commit into
0rigin-c0de:mainfrom
adityashirsatrao007:fix/authshell-rgba-typo

Conversation

@adityashirsatrao007
Copy link
Copy Markdown

Description

Fixes an invalid CSS rgba() value in AuthShell.jsx that had an extra closing parenthesis, causing the style to be silently ignored.

Changes

  • Removed extra ) from rgba(255,255,255,0.65))rgba(255,255,255,0.65)

Closes #151

Copilot AI review requested due to automatic review settings May 21, 2026 18:40
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 21, 2026

@adityashirsatrao007 is attempting to deploy a commit to the Sunil Kumar's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Fixes an invalid RGBA color string in the auth UI so the subtitle text color style parses correctly.

Changes:

  • Corrected an extra closing parenthesis in an inline rgba(...) style value.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

[Bug]: Invalid CSS rgba() value with extra parenthesis in AuthShell

2 participants