Explorar el Código

fix herd update save button style

Aneurin Barker Snook hace 1 año
padre
commit
bf40632bdd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      web/src/views/HerdView.tsx

+ 1 - 1
web/src/views/HerdView.tsx

@@ -215,7 +215,7 @@ export default function HerdView() {
               </FormInput>
 
               <ButtonSet>
-                <SaveButton type="submit" />
+                <SaveButton type="submit" className="fill" />
                 <ResetButton type="reset" />
               </ButtonSet>
             </FormGroup>