Explorar el Código

width on selectwrapper

jusrhee hace 2 años
padre
commit
6a1587af14
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dashboard/src/components/porter/Select.tsx

+ 1 - 1
dashboard/src/components/porter/Select.tsx

@@ -125,7 +125,7 @@ const Error = styled.div`
   }
 `;
 
-const SelectWrapper = styled.div<{ width: string }>`
+const SelectWrapper = styled.div<{ width?: string }>`
   position: relative;
   padding-left: 10px;
   padding-right: 28px;