Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.

Commit 04c9aa7

Browse files
takaokoujiGemini
andcommitted
fix: use true red for important instructions
- Add $ui-red to colors.css (hsla(0, 100%, 50%, 1)) - Use $ui-red for .important-instruction in connection-modal.css Co-Authored-By: Gemini <noreply@google.com>
1 parent 491c993 commit 04c9aa7

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/components/connection-modal/connection-modal.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,5 +449,5 @@
449449

450450
.important-instruction {
451451
font-weight: bold;
452-
color: $red-primary;
452+
color: $ui-red;
453453
}

src/css/colors.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ $ui-black-transparent-10: hsla(0, 0%, 0%, 0.10); /* 10% transparent version of b
1515
$ui-green: hsla(163, 85%, 35%, 1); /* #0DA57A */
1616
$ui-green-2: hsla(163, 85%, 40%, 1); /* #0FBD8C */
1717

18+
$ui-red: hsla(0, 100%, 50%, 1); /* #FF0000 */
19+
1820
$text-primary: hsla(225, 15%, 40%, 1); /* #575E75 */
1921
$text-primary-transparent: hsla(225, 15%, 40%, 0.75);
2022

0 commit comments

Comments
 (0)