Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changelog/2292.trivial.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Make layer details copy-able
2 changes: 1 addition & 1 deletion src/app/components/LayerPicker/LayerDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export const LayerDetailsSection: FC<LayerDetailsSectionProps> = ({
const icons = getNetworkIcons()

return (
<div className="flex py-4 px-1 md:px-8" style={{ minHeight: contentMinHeight }}>
<div className="flex py-4 px-1 md:px-8 select-text" style={{ minHeight: contentMinHeight }}>
<div className="pt-0.5 pr-4 text-primary">
<div className="w-8 h-8 flex justify-center items-center text-inherit rounded-full border-2 border-solid border-primary">
{icons[selectedScope.network]}
Expand Down