Преглед изворни кода

fix herd update save button style

Aneurin Barker Snook пре 1 година
родитељ
комит
bf40632bdd
1 измењених фајлова са 1 додато и 1 уклоњено
  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>