Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix "Check" button
Alexis Sellier committed 5 years ago
commit 1f73869c399d03a10a4b536ecc18f5d347c776b1
parent e05b1356d8fcc70775393c37a70a41469a346106
2 files changed +5 -5
modified public/index.css
@@ -39,9 +39,9 @@
	--color-foreground-4: #5e6d7a;
	--color-foreground-5: #8594a1;
	--color-foreground-6: #d3dee8;
-
	--color-background: #0e171f;
+
	--color-background: #0b131a;

-
	--font-family-sans-serif: Inter;
+
	--font-family-sans-serif: Inter, sans-serif;
	--font-family-monospace: monospace;
	--border-radius: 50px;
	--box-shadow-color: var(--color-secondary-2);
@@ -54,7 +54,7 @@ body {
	line-height: 1.5;
	color: white;
	text-align: left;
-
	background-color: #0e171f;
+
	background-color: var(--color-background);
}

html {
@@ -77,7 +77,7 @@ main, section {
}

body, input, textarea, button {
-
	font-family: "Inter";
+
	font-family: var(--font-family-sans-serif);
	font-feature-settings: "ss01", "ss02", "cv01", "cv03";
}

modified src/base/register/Register.svelte
@@ -128,7 +128,7 @@
        <span class="root">.radicle.eth</span>
      </div>
    </span>
-
    {#if inputValue === ""}
+
    {#if !inputValue}
      <button disabled class="primary register">
        Check
      </button>