Replace px button dimensions with Utopia space token
change
commit a955cad4a36a10fa0b51e1f259832fb2fff36f36
author Claude <noreply@anthropic.com>
date
parent e20917c7
diff --git a/public/app.css b/public/app.css
index 2ff05cf..95731cc 100644
--- a/public/app.css
+++ b/public/app.css
@@ -272,11 +272,9 @@ html, body {
 
 .btn-remove-asset {
   flex: none;
-  width: 28px;
-  height: 28px;
-  padding: 0;
+  padding: var(--space-3xs);
   border: none;
-  border-radius: calc(var(--radius) - 4px);
+  border-radius: calc(var(--radius) - 2px);
   background: transparent;
   color: var(--ink-3);
   cursor: pointer;