Skip to content

Commit ce31f7d

Browse files
authored
Re-add primary color on hint for visibility (#229)
1 parent 5133e26 commit ce31f7d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/app/components/metadata/agents/agents.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
>
3030
<ng-container>
3131
@if (entity() | isAgentInEntity: agent) {
32-
<small>(already added, see below to edit)</small>
32+
<small class="text-blue">(already added, see below to edit)</small>
3333
}
3434
<span>{{ agent.fullName }}</span>
3535
@if (agent.mostRecentContactRef; as ref) {
@@ -66,7 +66,7 @@
6666
[disabled]="entity() | isAgentInEntity: agent"
6767
>
6868
@if (entity() | isAgentInEntity: agent) {
69-
<small>(already added, see below to edit)</small>
69+
<small class="text-blue">(already added, see below to edit)</small>
7070
}
7171
{{ agent.fullName }}
7272
@if (agent.mostRecentContactRef; as ref) {
@@ -137,7 +137,7 @@
137137
[disabled]="entity() | isAgentInEntity: agent"
138138
>
139139
@if (entity() | isAgentInEntity: agent) {
140-
<small>(already added, see below to edit)</small>
140+
<small class="text-blue">(already added, see below to edit)</small>
141141
}
142142
{{ agent.name }}
143143
@if (agent.mostRecentAddress; as addr) {

0 commit comments

Comments
 (0)