feat: transform status text
This commit is contained in:
parent
18b68788e6
commit
8077c67e2b
1 changed files with 7 additions and 1 deletions
|
|
@ -115,7 +115,13 @@ defineProps<{
|
|||
display: inline-block;
|
||||
border-radius: 999rem;
|
||||
padding-inline: var(--size-2);
|
||||
background-color: hsla(var(--_branch-card-row-bg) / 0.1);
|
||||
text-transform: lowercase;
|
||||
color: hsl(var(--green-8-hsl));
|
||||
background-color: hsl(var(--green-1-hsl));
|
||||
|
||||
&::first-letter {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue