Update search button styling in Mods.vue

This commit is contained in:
Carter 2024-01-19 13:12:18 -08:00
parent 1529ef1aff
commit c140c65216
No known key found for this signature in database

View File

@ -20,7 +20,7 @@
class="text-input" class="text-input"
autocomplete="off" autocomplete="off"
/> />
<Button @click="() => (searchFilter = '')"> <Button class="r-btn" @click="() => (searchFilter = '')">
<XIcon /> <XIcon />
</Button> </Button>
</div> </div>