From c552f72d928c3868780946d2e036ac8cbe083436 Mon Sep 17 00:00:00 2001 From: dianaprahoveanu23 Date: Tue, 12 Nov 2024 17:10:33 +0000 Subject: [PATCH] Applied linting --- frontend/src/components/input.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/input.module.css b/frontend/src/components/input.module.css index 9248f5d8..22b5249e 100644 --- a/frontend/src/components/input.module.css +++ b/frontend/src/components/input.module.css @@ -139,4 +139,4 @@ textarea::placeholder { .sendButton_container.disabled { background-color: var(--grey-500); opacity: 0.5; -} \ No newline at end of file +}