Skip to content

Commit

Permalink
don't use yellow
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcottle committed Nov 16, 2024
1 parent b152914 commit 3f30caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/channels/ChannelPskBadge.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<!-- 8-bit key -->
<div v-else-if="channel.settings.psk.length === 1">
<div class="flex space-x-1 bg-yellow-50 rounded-md px-2 py-1 text-xs text-yellow-700 border border-yellow-700 font-medium">
<div class="flex space-x-1 bg-gray-50 rounded-md px-2 py-1 text-xs text-gray-700 border border-gray-700 font-medium">
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="size-4">
<path fill-rule="evenodd" d="M10 1a4.5 4.5 0 0 0-4.5 4.5V9H5a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2h-.5V5.5A4.5 4.5 0 0 0 10 1Zm3 8V5.5a3 3 0 1 0-6 0V9h6Z" clip-rule="evenodd" />
Expand Down

0 comments on commit 3f30caf

Please sign in to comment.