Quellcode durchsuchen

Apply TextInput styling

Forgot to put this change in last commit.
master
TheoryOfNekomata vor 3 Jahren
Ursprung
Commit
9481283651
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. +2
    -0
      src/components/molecules/TextInput/index.tsx

+ 2
- 0
src/components/molecules/TextInput/index.tsx Datei anzeigen

@@ -3,6 +3,8 @@ import styled from 'styled-components'
const Base = styled('input')({ const Base = styled('input')({
height: '2.5rem', height: '2.5rem',
border: '0.125rem solid', border: '0.125rem solid',
borderRadius: '0.25rem',
outline: 0,
backgroundColor: 'var(--color-bg, white)', backgroundColor: 'var(--color-bg, white)',
color: 'var(--color-fg, black)', color: 'var(--color-fg, black)',
font: 'inherit', font: 'inherit',


Laden…
Abbrechen
Speichern