Skip to content

Commit

Permalink
Merge pull request #323 from shreyas1434shinde/notification
Browse files Browse the repository at this point in the history
Issue #PS-2322 fix: Workspace UI improvements and Fixes
  • Loading branch information
itsvick authored Nov 14, 2024
2 parents 106caad + c33c966 commit 273e110
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
Binary file added public/delete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,41 @@ ul.MuiList-root li.MuiMenuItem-root[data-value=""] {
color: #1E1B16 !important;
font-size: 14px !important;
font-weight: 600 !important;
}

.table-ka-container .ka-table-wrapper {
max-height: calc(100vh - 390px) !important;
min-height: 100% !important;
}

.css-6hp17o-MuiList-root-MuiMenu-list {
max-height: 300px !important;
min-height: 100% !important;
}

/* .css-1latkvx-MuiFormLabel-root-MuiInputLabel-root.Mui-focused {
color: #000 !important;
} */

.Mui-focused {
color: #000 !important;
}

.css-1bxxajt-MuiInputBase-root-MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
border-color: #FDBE16 !important;
}

.css-9ddj71-MuiInputBase-root-MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
border-color: #FDBE16 !important;
}

div h1,
h2,
h3,
h4,
h5,
h6,
span,
p .css-1ydl6z0-MuiTypography-root {
font-family: Poppins, sans-serif !important;
}

0 comments on commit 273e110

Please sign in to comment.