kaoritokashiki 6 лет назад
Родитель
Сommit
fa15705a6f
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      src/client/js/components/Me/ImageCropModal.jsx

+ 3 - 3
src/client/js/components/Me/ImageCropModal.jsx

@@ -95,14 +95,14 @@ class ImageCropModal extends React.Component {
         </ModalBody>
         </ModalBody>
         <ModalFooter>
         <ModalFooter>
           <div className="d-flex justify-content-between">
           <div className="d-flex justify-content-between">
-            <button type="button" className="btn btn-sm bg-danger" onClick={this.reset}>
+            <button type="button" className="btn btn-outline-danger rounded-pill" onClick={this.reset}>
               Reset
               Reset
             </button>
             </button>
             <div className="d-flex">
             <div className="d-flex">
-              <button type="button" className="btn btn-sm bg-light" onClick={this.props.onModalClose}>
+              <button type="button" className="btn btn-outline-secondary rounded-pill mr-2" onClick={this.props.onModalClose}>
                 Cancel
                 Cancel
               </button>
               </button>
-              <button type="button" className="btn btn-sm bg-primary" onClick={this.crop}>
+              <button type="button" className="btn btn-outline-primary rounded-pill" onClick={this.crop}>
                 Crop
                 Crop
               </button>
               </button>
             </div>
             </div>