Light Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix bad RGB syntax#405

Merged
thecrypticace merged 3 commits intomainfrom
fix/bad-rgb
Sep 23, 2025
Merged

Fix bad RGB syntax#405
thecrypticace merged 3 commits intomainfrom
fix/bad-rgb

Conversation

Copy link
Contributor

thecrypticace commented Sep 23, 2025

Fixes #404

thecrypticace added 2 commits September 23, 2025 09:17
thecrypticace requested review from RobinMalfait and philipp-spiess September 23, 2025 13:18
RobinMalfait approved these changes Sep 23, 2025
Copy link
Member

RobinMalfait left a comment

Choose a reason for hiding this comment

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

Bye bye ,

@@ -14,14 +14,16 @@ const opacity = (color, opacity) => {
// values.
let hex = color.replace('#', '')
hex = hex.length === 3 ? hex.replace(/./g, '$&$&') : hex
Copy link
Member

RobinMalfait Sep 23, 2025

Choose a reason for hiding this comment

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

Hah unrelated to this, but TIL about $&

thecrypticace merged commit bbb1c21 into main Sep 23, 2025
2 checks passed
thecrypticace deleted the fix/bad-rgb branch September 23, 2025 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

RobinMalfait RobinMalfait approved these changes

philipp-spiess Awaiting requested review from philipp-spiess

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Issue with shadows due to incorrect rgb syntax

2 participants