Michael Wang пре 3 година
родитељ
комит
c0488886ac
1 измењених фајлова са 8 додато и 0 уклоњено
  1. 8 0
      src/styles/global.css

+ 8 - 0
src/styles/global.css

@@ -71,3 +71,11 @@ button.ant-btn.download-tpl-btn {
   background-color: #fe8398;
   background-color: #fe8398;
   color: white;
   color: white;
 }
 }
+
+.ant-select .ant-select-selector {
+  border-radius: 10px !important;
+}
+
+.ant-input-affix-wrapper {
+  border-radius: 10px !important;
+}