mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 00:03:08 +00:00
Put back colors for types
This commit is contained in:
@@ -206,14 +206,14 @@
|
||||
@apply text-tertiary;
|
||||
}
|
||||
.val.string {
|
||||
@apply text-primary;
|
||||
@apply text-green-600 dark:text-green-400/80;
|
||||
}
|
||||
|
||||
.val.number {
|
||||
@apply text-primary;
|
||||
@apply text-orange-600 dark:text-orange-400/90;
|
||||
@apply font-mono;
|
||||
}
|
||||
.val.boolean {
|
||||
@apply text-primary;
|
||||
@apply text-blue-600 dark:text-blue-400/90;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user