]> git.openstreetmap.org Git - rails.git/commitdiff
Use secondary color in tag key table column
authorAnton Khorev <tony29@yandex.ru>
Sun, 14 Apr 2024 14:32:35 +0000 (17:32 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sun, 14 Apr 2024 14:32:35 +0000 (17:32 +0300)
app/views/browse/_tag.html.erb

index 578dc8b59e3332b404ec1ce202afe1030054bc70..f2e34d879f88e4b44d1aafa41c3bc71d36832981 100644 (file)
@@ -1,4 +1,4 @@
 <tr>
-  <th class='py-1 border-secondary-subtle table-light fw-normal' dir='auto'><%= format_key(tag[0]) %></th>
+  <th class='py-1 border-secondary-subtle table-secondary fw-normal' dir='auto'><%= format_key(tag[0]) %></th>
   <td class='py-1 border-secondary-subtle border-start' dir='auto'><%= format_value(tag[0], tag[1]) %></td>
 </tr>