Skip to content

Commit

Permalink
Update VariableBox.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kokofixcomputers authored Oct 7, 2024
1 parent bac780b commit 101aa67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const VariableBox = ({ variable }: Props) => {
title={
<p css={tw`text-sm uppercase`}>
{!variable.isEditable && (
<span css={tw`bg-yellow-500 text-yellow-500 py-1 px-2 rounded-full mr-2 mb-1`}>Read Only</span>
<span css={tw`bg-yellow-500 text-white py-1 px-2 rounded-full mr-2 mb-1`}>Read Only</span>
)}
{variable.name}
</p>
Expand Down

0 comments on commit 101aa67

Please sign in to comment.