From 5e9594e65c0798c3a1710af2ace94c121092d70d Mon Sep 17 00:00:00 2001 From: Yury Date: Tue, 28 May 2024 10:30:27 +0300 Subject: [PATCH] fix(Relays): add color to the container class --- src/pages/relays/style.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/relays/style.module.scss b/src/pages/relays/style.module.scss index 6fcb8b7..25d6347 100644 --- a/src/pages/relays/style.module.scss +++ b/src/pages/relays/style.module.scss @@ -2,6 +2,7 @@ .container { margin-top: 25px; + color: $text-color; .relayURItextfield { width: 100%;