Fix low mem warning color in dark mode

This commit is contained in:
Taylor Helsper 2023-03-09 21:51:08 -06:00
parent 9972d78ee5
commit 4343c02f44

View File

@ -95,10 +95,10 @@
</tr>
{% endif %}
{% endif %}
{% if oom_error %}
{% if oom_error or 1 %}
<tr>
<th>Memory</th>
<td style="color: black; font-size: 12px;">
<td style="font-size: 12px;">
<!--<span class="ui-icon ui-icon-alert"></span> <b>Low Memory</b> <span class="ui-icon ui-icon-alert"></span><br/>-->
<b>Low Memory</b><br/>
Your device was running low on memory and a process has been restarted. You may want to disable some applications.<br/>