Added basic crud for objects
This commit is contained in:
@@ -231,4 +231,12 @@ const handleAction = (actionId: string) => {
|
||||
.list-view {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.list-view :deep(.border) {
|
||||
background-color: hsl(var(--card));
|
||||
}
|
||||
|
||||
.list-view :deep(input) {
|
||||
background-color: hsl(var(--background));
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user