Skip to content

Commit 683ea2b

Browse files
[autofix.ci] apply automated fixes
1 parent 270f799 commit 683ea2b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

app/components/Readme.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,10 @@ const handleCopy = async (e: MouseEvent) => {
148148
border: 1px solid var(--border);
149149
color: var(--fg-subtle);
150150
opacity: 0;
151-
transition: opacity 0.2s ease, color 0.2s ease, border-color 0.2s ease;
151+
transition:
152+
opacity 0.2s ease,
153+
color 0.2s ease,
154+
border-color 0.2s ease;
152155
}
153156
154157
.readme :deep(.readme-code-block:hover .readme-copy-button) {

0 commit comments

Comments
 (0)