Skip to content

Commit

Permalink
chore: update ui
Browse files Browse the repository at this point in the history
  • Loading branch information
zouhangwithsweet committed Feb 24, 2024
1 parent 2c51ecb commit ee5fcf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoints/injected/components/Code.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export const CodeArea = (props: { minimized?: boolean }) => {
{!name && !props.minimized && <div className="p-4 font-600 text-13px">Select Layer </div>}
<div className={`${props.minimized || !name ? 'hidden' : ''}`}>
<div className={`flex p-4 items-center border-b border-#e5e5e5 border-solid font-600 text-13px`}>
<span className="p-1 hover:bg-#e5e5e5/50 rounded-sm cursor-pointer" onClick={handleCopy(name)}>
<span className="p-1 hover:bg-#e5e5e5/50 rounded-sm cursor-pointer truncate" onClick={handleCopy(name)}>
{name}
</span>
</div>
Expand Down

0 comments on commit ee5fcf0

Please sign in to comment.