Skip to content
Snippets Groups Projects
Commit 81f50b53 authored by ali asaria's avatar ali asaria
Browse files

change new chip a bit

parent 9333a7d8
Branches
Tags
No related merge requests found
...@@ -322,8 +322,13 @@ export default function ModelStore() { ...@@ -322,8 +322,13 @@ export default function ModelStore() {
<td> <td>
<Typography level="title-md" marginLeft={2}> <Typography level="title-md" marginLeft={2}>
{row.new && ( {row.new && (
<Chip variant="outlined" size="sm" color="success"> <Chip
NEW! variant="outlined"
size="sm"
color="warning"
sx={{ marginRight: '0.2rem' }}
>
New!
</Chip> </Chip>
)} )}
{row.name}&nbsp; {row.name}&nbsp;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment