File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ const modifiedMutualUsers = computed(() => {
6464 :href =" userProfile?.websiteUrl"
6565 target =" _blank"
6666 rel =" noopener noreferrer"
67- class =" text-brand-blue me-2 flex items-center gap-1 hover:underline"
67+ class =" text-primary me-2 flex items-center gap-1 hover:underline"
6868 data-cy =" profile-website-url"
6969 >
7070 <Icon class="text-muted-foreground" name="ic:sharp-link " size="18" />
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ const handleEmojiSelect = (emoji: EmojiSelectEvent) => {
136136 <UiButton
137137 variant="tweet-icon-blue"
138138 :title =" $t (' tweet.composer.media' )"
139- class="media-btn text-brand-blue "
139+ class="media-btn text-primary "
140140 size="icon-md"
141141 :disabled =" ! canAddMedia "
142142 @click =" handleMediaClick "
@@ -146,7 +146,7 @@ const handleEmojiSelect = (emoji: EmojiSelectEvent) => {
146146 <UiButton
147147 variant="tweet-icon-blue"
148148 :title =" $t (' tweet.composer.gif' )"
149- class="text-brand-blue "
149+ class="text-primary "
150150 size="icon-md"
151151 :disabled =" ! canAddMedia "
152152 @click =" handleGifClick "
@@ -159,7 +159,7 @@ const handleEmojiSelect = (emoji: EmojiSelectEvent) => {
159159 <UiButton
160160 variant="tweet-icon-blue"
161161 :title =" $t (' tweet.composer.emoji' )"
162- class="text-brand-blue "
162+ class="text-primary "
163163 size="icon-md"
164164 >
165165 <Icon name="heroicons:face-smile " size="20" />
You can’t perform that action at this time.
0 commit comments