Skip to content

Commit

Permalink
#PS-1317 fixPS-1527 UI Improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas1434shinde committed Aug 14, 2024
1 parent ab141b7 commit cffbb52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/pages/assessments/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ const Assessments = () => {
justifyContent: 'space-between',
borderRadius: '8px',
gap: '5px',
background: '#fff'
background: theme.palette.warning['A400']
}}
onClick={() => handleAssessmentDetails(assessment.userId)}
>
Expand Down
6 changes: 3 additions & 3 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ legend.Mui-focused {
color: var(--mui-palette-warning-300) !important;
}

.__floater .__floater__open {
.__floater __floater__open {
z-index: 9999 !important;
}

Expand All @@ -1020,10 +1020,10 @@ legend.Mui-focused {

/* Remove yellow border on focus */
.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
border-color: #1F1B13 !important;
border-color: var(--mui-palette-warning-300) !important;
}

/* Remove yellow color from label on focus */
.MuiInputLabel-root.Mui-focused {
color: #1F1B13 !important;
color: var(--mui-palette-warning-300) !important;
}

0 comments on commit cffbb52

Please sign in to comment.