mirror of
https://github.com/markbeep/AudioBookRequest.git
synced 2026-05-01 22:09:29 -05:00
fix illegible download button in dark mode
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
<button
|
||||
{% if book.downloaded %}
|
||||
title="Downloaded"
|
||||
class="btn btn-square btn-ghost bg-success"
|
||||
class="btn btn-square btn-ghost bg-success text-neutral/20"
|
||||
{% else %}
|
||||
title="Automatic Download"
|
||||
class="btn btn-square"
|
||||
|
||||
Reference in New Issue
Block a user