Skip to content

Commit 45fee3a

Browse files
committed
replace error icon
1 parent 852f032 commit 45fee3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Settings/AccentColorPicker.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ onPrehydrate(el => {
5555
:aria-label="$t('settings.clear_accent')"
5656
@change="setAccentColor(null)"
5757
/>
58-
<span class="i-carbon:error size-4 text-bg" aria-hidden="true" />
58+
<span class="i-lucide:ban size-4 text-bg" aria-hidden="true" />
5959
</label>
6060
</fieldset>
6161
</template>

0 commit comments

Comments
 (0)