Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Tweak create issue form styling
Rūdolfs Ošiņš committed 1 year ago
commit 27f46b9d7350d0051961b2d60b6b0f3a810c7d3b
parent 85c00cbab5b663c717624b2584f265815eabc6d7
2 files changed +2 -1
modified src/components/TextInput.svelte
@@ -30,7 +30,7 @@

<style>
  input {
-
    background: var(--color-background-dip);
+
    background: var(--color-background-ghost);
    font-family: inherit;
    font-size: var(--font-size-small);
    color: var(--color-foreground-contrast);
modified src/views/repo/CreateIssue.svelte
@@ -172,6 +172,7 @@
      </div>
    {:else}
      <Textarea
+
        borderVariant="ghost"
        placeholder="Description"
        bind:value={description}
        size="fixed-height"