Skip to content

Commit 9563175

Browse files
authored
chore: fix style for description
1 parent 0ac3901 commit 9563175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

myapp/templates/inventory.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ <h6>{{ entry.item.name }}</h6>
114114
{% endif %}
115115
{% if preferences.show_description %}
116116
{% if entry.item.description %}
117-
<div class="default-tile" style="background-color: {{ entry.item.tile_color|default:'#1e1e1e1'|darken }};text-align: justify;">
117+
<div class="default-tile" style="background-color: {{ entry.item.tile_color|default:'#placeholder'|darken }};text-align: justify;">
118118
<b>{% trans "Description" %}:</b><br>
119119
<span class="content">{{ entry.item.description }}</span>
120120
</div>

0 commit comments

Comments
 (0)