Annotate the default device with a label

This commit is contained in:
Robin
2024-12-13 15:22:44 -05:00
parent 9c57720852
commit de276b1fc3
4 changed files with 62 additions and 25 deletions

View File

@@ -16,3 +16,7 @@
flex-direction: column;
gap: var(--cpd-space-4x);
}
.secondary {
color: var(--cpd-color-text-secondary);
}