Skip to content

Commit

Permalink
input labrl color change
Browse files Browse the repository at this point in the history
  • Loading branch information
devomid committed Jul 20, 2024
1 parent d77ed8c commit 194ce50
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Omid Azad",
"main": "src/start.js",
"name": "frontend",
"version": "2.3.2",
"version": "2.3.3",
"private": false,
"dependencies": {
"@emotion/react": "^11.11.4",
Expand Down
2 changes: 1 addition & 1 deletion src/dialogs/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const About = ({ open, setOpen }) => {
SSP Price Calculation Utility{'\n'}
created and developed by: Omid Azad{'\n'}
Date created: May 5th 2024{'\n'}
Ver 2.3.2
Ver 2.3.3
</Typography>
</Box>
</Box>
Expand Down
12 changes: 6 additions & 6 deletions src/pages/Discount.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const DiscountSection = () => {
},
// Class for the label of the input field
"& .MuiInputLabel-outlined": {
color: "rgb(197, 222, 199)",
color: "white",
}, backgroundColor: 'rgba(255, 255, 255, 0.3)', backdropFilter: 'blur(5px) saturate(180%)', borderRadius: 3
}} type="text" label="تخفیف فروش " variant="outlined" size="small" />
</FormControl>
Expand All @@ -54,7 +54,7 @@ const DiscountSection = () => {
},
// Class for the label of the input field
"& .MuiInputLabel-outlined": {
color: "rgb(197, 222, 199)",
color: "white",
}, backgroundColor: 'rgba(255, 255, 255, 0.3)', backdropFilter: 'blur(5px) saturate(180%)', borderRadius: 3
}} type="text" label="تخفیف چند شرکتی" variant="outlined" size="small" />
</FormControl>
Expand All @@ -78,7 +78,7 @@ const DiscountSection = () => {
},
// Class for the label of the input field
"& .MuiInputLabel-outlined": {
color: "rgb(197, 222, 199)",
color: "white",
}, backgroundColor: 'rgba(255, 255, 255, 0.3)', backdropFilter: 'blur(5px) saturate(180%)', borderRadius: 3
}} type="text" label="تخفیف تمدید" variant="outlined" size="small" />
</FormControl>
Expand All @@ -100,7 +100,7 @@ const DiscountSection = () => {
},
// Class for the label of the input field
"& .MuiInputLabel-outlined": {
color: "rgb(197, 222, 199)",
color: "white",
}, backgroundColor: 'rgba(255, 255, 255, 0.3)', backdropFilter: 'blur(5px) saturate(180%)', borderRadius: 3
}} type="text" label="تخفیف کاربر " variant="outlined" size="small" />
</FormControl>
Expand All @@ -122,7 +122,7 @@ const DiscountSection = () => {
},
// Class for the label of the input field
"& .MuiInputLabel-outlined": {
color: "rgb(197, 222, 199)",
color: "white",
}, backgroundColor: 'rgba(255, 255, 255, 0.3)', backdropFilter: 'blur(5px) saturate(180%)', borderRadius: 3
}} type="text" label="تخفیف ماژول" variant="outlined" size="small" />
</FormControl>
Expand All @@ -144,7 +144,7 @@ const DiscountSection = () => {
},
// Class for the label of the input field
"& .MuiInputLabel-outlined": {
color: "rgb(197, 222, 199)",
color: "white",
}, backgroundColor: 'rgba(255, 255, 255, 0.3)', backdropFilter: 'blur(5px) saturate(180%)', borderRadius: 3
}} type="text" label="تخفیف خدمات" variant="outlined" size="small" />
</FormControl>
Expand Down
10 changes: 5 additions & 5 deletions src/pages/EntrySection.js
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ const EntrySection = () => {
},
// Class for the label of the input field
"& .MuiInputLabel-outlined": {
color: "rgb(197, 222, 199)",
color: "white",
}, backgroundColor: 'rgba(255, 255, 255, 0.3)', backdropFilter: 'blur(5px) saturate(180%)', borderRadius: 3
}} type="text" className="originCode" id="originCode" label="کد مبدا" variant="outlined" size="small" />
<Box sx={{ width: '7rem', mb: 1, display: 'flex', justifyContent: 'end' }}>
Expand Down Expand Up @@ -836,7 +836,7 @@ const EntrySection = () => {
},
// Class for the label of the input field
"& .MuiInputLabel-outlined": {
color: "rgb(197, 222, 199)",
color: "white",
}, backgroundColor: 'rgba(255, 255, 255, 0.3)', backdropFilter: 'blur(5px) saturate(180%)', borderRadius: 3
}} type="text" label="کد مقصد" variant="outlined" size="small" />
<Box sx={{ width: '7rem', mb: 1, display: 'flex', justifyContent: 'end' }}>
Expand Down Expand Up @@ -878,7 +878,7 @@ const EntrySection = () => {
},
// Class for the label of the input field
"& .MuiInputLabel-outlined": {
color: "rgb(197, 222, 199)",
color: "white",
}, backgroundColor: 'rgba(255, 255, 255, 0.3)', backdropFilter: 'blur(5px) saturate(180%)', borderRadius: 3
}} label='تاریخ شروع گارانتی' type="text" variant="outlined" size="small" />
<Box sx={{ mb: 1 }}>
Expand Down Expand Up @@ -913,7 +913,7 @@ const EntrySection = () => {
},
// Class for the label of the input field
"& .MuiInputLabel-outlined": {
color: "rgb(197, 222, 199)",
color: "white",
}, backgroundColor: 'rgba(255, 255, 255, 0.3)', backdropFilter: 'blur(5px) saturate(180%)', borderRadius: 3
}} label='سالهای متوالی تمدید' type="text" className="tamdidMotevali" id="tamdidMotevali" variant="outlined" size="small" />
<Box sx={{ height: '2rem', mb: 1 }}>
Expand Down Expand Up @@ -957,7 +957,7 @@ const EntrySection = () => {
},
// Class for the label of the input field
"& .MuiInputLabel-outlined": {
color: "rgb(197, 222, 199)",
color: "white",
}, backgroundColor: 'rgba(255, 255, 255, 0.3)', backdropFilter: 'blur(5px) saturate(180%)', borderRadius: 3
}} onChange={(e) => setKarbarEzafe(e.target.value)} label='کاربر اضافه' type="text" className="karbarEzafe" id="origikarbarEzafenCode" variant="outlined" size="small" />
<Box sx={{ height: '2rem', mb: 1, display: 'flex', justifyContent: 'end' }}>
Expand Down

0 comments on commit 194ce50

Please sign in to comment.