Skip to content

Commit

Permalink
Merge pull request #161 from tahmid-saj/dev-general-cleanup-4
Browse files Browse the repository at this point in the history
adding remove btn
  • Loading branch information
tahmid-saj committed Jun 27, 2024
2 parents ab1955b + 72a1834 commit bc08412
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/shared/mui/tabs/tabs.component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function ItemTabs({ outerBoxStyles, innerBoxStyles, tabList, pane
<Box sx={{ borderBottom: 1, borderColor: 'divider',
display: "flex", justifyContent: "center", alignItems: "center", ...innerBoxStyles }}>
<Tabs value={ value } onChange={ handleChange }
textColor="primary" indicatorColor="primary" aria-label="item tabs">
textColor="primary" indicatorColor="primary" variant="scrollable" aria-label="item tabs">
{
tabList.map((tab) => {
return (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import { COLOR_CODES } from "../../../../../utils/constants/shared.constants";

export const CaloriesBurnedScheduleDayInfo = styled.div`
display: flex;
align-items: center;
justify-content: left;
/* align-items: center; */
padding: 2% 2% 0.5% 2%;
overflow: auto;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import { COLOR_CODES } from "../../../../../../utils/constants/shared.constants"

export const CaloriesBurnedScheduleDayInfo = styled.div`
display: flex;
align-items: center;
justify-content: left;
/* align-items: center; */
padding: 2% 2% 0.5% 2%;
overflow: auto;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import { COLOR_CODES } from "../../../../../utils/constants/shared.constants";

export const CaloriesBurnedScheduleDayInfo = styled.div`
display: flex;
align-items: center;
justify-content: left;
/* align-items: center; */
padding: 2% 2% 0.5% 2%;
overflow: auto;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import { COLOR_CODES } from "../../../../../../utils/constants/shared.constants"

export const CaloriesBurnedScheduleDayInfo = styled.div`
display: flex;
align-items: center;
justify-content: left;
/* align-items: center; */
padding: 2% 2% 0.5% 2%;
overflow: auto;
Expand Down

0 comments on commit bc08412

Please sign in to comment.