Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix error class border
Alexis Sellier committed 5 years ago
commit eb9d81f714ea52dfae00632aecf2fd6b75993c14
parent dc06ba4f9d3e82a4a36c0bb115f668b460e9c76f
2 files changed +5 -3
modified public/index.css
@@ -206,9 +206,9 @@ input.wide {
}

.error {
-
	color: var(--color-negative);
-
	border-color: var(--color-negative);
-
	--box-shadow-color: var(--color-negative-2);
+
	color: var(--color-negative) !important;
+
	border-color: var(--color-negative) !important;
+
	--box-shadow-color: var(--color-negative-2) !important;
}
.highlight {
	color: var(--color-secondary);
modified src/base/register/steps/Submit.svelte
@@ -1,4 +1,6 @@
<script lang="typescript">
+
  // TODO: When name is registered, prompt user to edit records.
+
  // TODO: When transfering name, warn about transfering to org.
  import { onMount } from 'svelte';
  import { navigate } from 'svelte-routing';
  import { ethers } from 'ethers';