From de14b95f9a93816afa3da2f8c860880887f8c7d9 Mon Sep 17 00:00:00 2001 From: matty Date: Wed, 19 Jun 2024 21:52:15 -0400 Subject: [PATCH] better send button --- assets/styles/video/_container.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/styles/video/_container.scss b/assets/styles/video/_container.scss index e39b92f2..b833f569 100644 --- a/assets/styles/video/_container.scss +++ b/assets/styles/video/_container.scss @@ -65,6 +65,6 @@ /* custom toolbar CSS */ -.btn.send-button { - border-radius: 0.25rem; +.send-button { + border-radius: 0.25rem !important; } \ No newline at end of file