Skip to content

Commit

Permalink
Alterar cor da programação
Browse files Browse the repository at this point in the history
  • Loading branch information
RaissaAndradeS authored and DaviMarinho committed Dec 11, 2023
1 parent 128ee36 commit 725891a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/grid/grid.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<tbody>
<tr *ngFor="let item of schedule">
<td class="padded-cell" style="color: #3c3c3b;">{{ item.time }}</td>
<td class="text-left">{{ item.activity }}</td>
<td class="text-left" style="color: #3c3c3b;">{{ item.activity }}</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 725891a

Please sign in to comment.