Skip to content

Commit 17f2e1f

Browse files
Merge pull request #611 from Northeastern-Electric-Racing/feature/rtds-shutdown-text
Shutdown Closed Indicator
2 parents 02f9688 + 70ae2fb commit 17f2e1f

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

angular-client/src/pages/efuses-page/components/rtds-debug-card/rtds-debug-card.component.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,14 @@
7979

8080
.rtds-button-subtext-2 {
8181
text-align: center;
82-
font-size: 15px;
82+
font-size: 14px;
8383
margin-top: 1px;
8484
margin-bottom: 2px;
85+
font-weight: 100;
8586
line-height: 1.2;
8687
font-family: 'Highway Gothic', 'Roboto', sans-serif;
8788
padding-bottom: 10px;
89+
padding-top: 5px;
8890
}
8991

9092
.shutdown-indicator {

angular-client/src/pages/efuses-page/components/rtds-debug-card/rtds-debug-card.component.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,10 @@
8686
</div>
8787
</div>
8888
<div class="shutdown-indicator">
89-
<indicator-light [label]="'SHUTDOWN'" [active]="shutdown" [color]="'red'" [fontSize]="14" />
90-
<div class="rtds-button-subtext-2">(RTDS will not sound if shutdown is active.)</div>
89+
<indicator-light [label]="'SHUTDOWN CLOSED'" [active]="shutdown" [color]="'red'" [fontSize]="14" />
90+
<div class="rtds-button-subtext-2">
91+
Shutdown has to be closed for RTDS to sound. This is enforced in the firmware.
92+
</div>
9193
</div>
9294
</vstack>
9395
</div>

0 commit comments

Comments
 (0)