newDashboardName modal styling

pull/707/head
Anton Mushnin 2022-11-16 17:36:39 +03:00
rodzic 308bea5ab7
commit 996f22727e
1 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -57,9 +57,13 @@ const NewDashboardName = (props) => {
return (
<>
<Stack direction={["column", "row", null]}>
<InputGroup>
<InputLeftAddon>Name:</InputLeftAddon>
<InputGroup border="1px solid white" borderRadius="7px">
<InputLeftAddon bg="#1A1D22">Name:</InputLeftAddon>
<Input
borderStyle="none none none"
borderLeft="1px solid white"
variant="bw"
// borderStyle="none"
value={name}
onChange={(e) => setName(e.target.value)}
placeholder={placeholder}