Skip to content

Commit

Permalink
Issue #PS-1534 feat: Foundation Course detail view UI implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas1434shinde committed Aug 5, 2024
1 parent 0bd1731 commit e3daf66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/PlannedSession.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ const PlannedSession: React.FC<PlannedModalProps> = ({
style={{
color: theme?.palette?.warning['A200'],
background: theme?.palette?.warning['A400'],
px: '2px',
paddingLeft: '2px',
paddingRight: '2px',
}}
id="demo-simple-select-label"
>
Expand Down

0 comments on commit e3daf66

Please sign in to comment.