mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
Fix some text color issues. Remove experimental colors reset for now. (#3136)
Co-authored-by: Jai Agrawal <18202329+Geometrically@users.noreply.github.com>
This commit is contained in:
co-authored by
Jai Agrawal
parent
c52d5e9a74
commit
f859c34442
@@ -506,7 +506,7 @@
|
||||
placeholder="Search collections..."
|
||||
class="search-input menu-search"
|
||||
/>
|
||||
<div v-if="collections.length > 0" class="collections-list">
|
||||
<div v-if="collections.length > 0" class="collections-list text-primary">
|
||||
<Checkbox
|
||||
v-for="option in collections
|
||||
.slice()
|
||||
|
||||
Reference in New Issue
Block a user