Add messages for devices.

This commit is contained in:
Mike Cao 2023-03-09 15:18:54 -08:00
parent 0d6da743b9
commit c3426a67ee
5 changed files with 23 additions and 18 deletions

View file

@ -19,7 +19,7 @@
display: flex;
align-items: center;
font-weight: 700;
gap: 5px;
gap: 10px;
white-space: nowrap;
min-height: 30px;
}
@ -28,17 +28,17 @@
font-size: 12px;
padding: 0 5px;
border-radius: 5px;
margin-left: 4px;
border: 1px solid var(--base200);
color: var(--base500);
}
.change.positive {
color: var(--green500);
color: var(--green700);
background: var(--green100);
}
.change.negative {
color: var(--red500);
color: var(--red700);
background: var(--red100);
}
.change.plusSign::before {