Skip to content

Commit

Permalink
Increase opacity of registers
Browse files Browse the repository at this point in the history
  • Loading branch information
1whatleytay committed Mar 18, 2024
1 parent b2838d7 commit 3f5cc20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/console/RegisterItem.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div
class="w-28 py-1 px-0.5 h-12"
:class="!props.editable ? 'opacity-50' : ''"
class="w-28 py-1 px-0.5 h-12 text-white"
:class="!props.editable ? 'opacity-80' : ''"
>
<div class="text-xs pl-2 group" :class="props.classes">
{{ props.name }}
Expand Down

0 comments on commit 3f5cc20

Please sign in to comment.