Skip to content

Commit

Permalink
fix text contract in activate osnap button
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteenkamp89 committed Feb 19, 2024
1 parent 91eb119 commit dbcd796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SettingsTreasuryActivateOsnapButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defineProps<{
<template>
<button
v-if="isOsnapEnabled"
class="flex items-center gap-2 rounded-full px-3 py-2 bg-skin-primary text-white"
class="flex items-center gap-2 rounded-full px-3 py-2 bg-skin-primary text-skin-bg"
>
<span class="block h-[6px] w-[6px] rounded-full bg-green" />oSnap activated
</button>
Expand Down

0 comments on commit dbcd796

Please sign in to comment.