From aeb7a31eec0445906dabd3ee9d7015424e851f02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ricles=20Emanuel?= Date: Fri, 5 Jan 2024 18:21:26 -0300 Subject: [PATCH] fix: navbar button styles --- islands/NRF/Editor.tsx | 6 +- islands/NRF/Features.tsx | 2 +- islands/NRF/Header.tsx | 140 ++++------------------------------ sections/NRF/CallToAction.tsx | 2 + sections/NRF/Hero.tsx | 39 +++++++++- static/tailwind.css | 2 +- tailwind.css | 2 +- 7 files changed, 58 insertions(+), 135 deletions(-) diff --git a/islands/NRF/Editor.tsx b/islands/NRF/Editor.tsx index 866d7d92..c9274326 100644 --- a/islands/NRF/Editor.tsx +++ b/islands/NRF/Editor.tsx @@ -95,7 +95,7 @@ export default function Editor({ features }: Props) { animate( `#feature-title-${index}`, - { color: colorValue, transform: scaleValue }, + { color: colorValue }, { duration: 0.3 } ); @@ -135,9 +135,9 @@ export default function Editor({ features }: Props) {