Lots of UI fixes

This commit is contained in:
Jennie Robinson Faber 2025-10-08 19:02:24 +01:00
parent 1f7a0f40c0
commit e8e3b84276
24 changed files with 3652 additions and 1770 deletions

View file

@ -66,7 +66,7 @@
<button
v-if="availableSkills && availableSkills.length > 10"
type="button"
class="px-3 py-1 text-sm text-purple-400 hover:text-purple-300"
class="px-3 py-1 text-sm text-primary hover:text-primary-600"
@click="showAllSkills = !showAllSkills"
>
{{
@ -104,7 +104,7 @@
<button
v-if="availableTopics && availableTopics.length > 10"
type="button"
class="px-3 py-1 text-sm text-purple-400 hover:text-purple-300"
class="px-3 py-1 text-sm text-primary hover:text-primary-600"
@click="showAllTopics = !showAllTopics"
>
{{
@ -134,7 +134,7 @@
{{ circleLabels[selectedCircle] }}
<button
type="button"
class="hover:text-purple-200"
class="hover:text-primary"
@click="clearCircleFilter"
>
×
@ -147,7 +147,7 @@
Offering Peer Support
<button
type="button"
class="hover:text-purple-200"
class="hover:text-primary"
@click="clearPeerSupportFilter"
>
×
@ -156,7 +156,7 @@
<button
v-if="selectedSkills.length > 0 || selectedTopics.length > 0"
type="button"
class="text-purple-400 hover:text-purple-300"
class="text-primary hover:text-primary-600"
@click="clearAllFilters"
>
Clear all filters