1
0
Prechádzať zdrojové kódy

fix herd update save button style

Aneurin Barker Snook 1 rok pred
rodič
commit
bf40632bdd
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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>