From c4fe5c2d10f6c97f4979e949f839a05275fa4ae9 Mon Sep 17 00:00:00 2001 From: Pranav Nathe <93403830+pranavnathe@users.noreply.github.com> Date: Tue, 21 Jan 2025 13:29:13 +0530 Subject: [PATCH] fix: trash can icon size --- src/style/app.module.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/style/app.module.css b/src/style/app.module.css index dc6f90810b..ae9db45f04 100644 --- a/src/style/app.module.css +++ b/src/style/app.module.css @@ -478,7 +478,6 @@ .actionItemDeleteButton { background-color: var(--delete-button-bg); color: var(--delete-button-color); - border: none; } .createButton {