From 76e6da9ca9c66d530f71886bc62ac24176284e8d Mon Sep 17 00:00:00 2001 From: Raymond Khalife Date: Fri, 7 Feb 2025 21:24:36 -0500 Subject: [PATCH] reoder scss for react --- .../react/src/__frontend_name__/src/index.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/dfx/assets/project_templates/react/src/__frontend_name__/src/index.scss b/src/dfx/assets/project_templates/react/src/__frontend_name__/src/index.scss index 11c3888bb0..a7fe4d643e 100644 --- a/src/dfx/assets/project_templates/react/src/__frontend_name__/src/index.scss +++ b/src/dfx/assets/project_templates/react/src/__frontend_name__/src/index.scss @@ -93,10 +93,10 @@ button { transition: background-color 0.3s; } -.browser-warning { - display: none; -} - button:hover { background-color: var(--rc-interaction-color-hover); } + +.browser-warning { + display: none; +}