From 2b4ab1769c0661f11344be169c8f530c709b7794 Mon Sep 17 00:00:00 2001 From: HolyxDev Date: Wed, 10 Apr 2024 18:24:42 -0300 Subject: [PATCH] style: update HighlightIcon styles --- docs/linguagens/python/estruturando-o-projeto.mdx | 1 + src/components/Directory/Directory.tsx | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/linguagens/python/estruturando-o-projeto.mdx b/docs/linguagens/python/estruturando-o-projeto.mdx index eec5610..bb79ca7 100644 --- a/docs/linguagens/python/estruturando-o-projeto.mdx +++ b/docs/linguagens/python/estruturando-o-projeto.mdx @@ -15,6 +15,7 @@ Agora precisamos criar uma estrutura para o projeto, definir onde vão ficar os + diff --git a/src/components/Directory/Directory.tsx b/src/components/Directory/Directory.tsx index a400b26..2358c9e 100644 --- a/src/components/Directory/Directory.tsx +++ b/src/components/Directory/Directory.tsx @@ -31,8 +31,8 @@ function Directory({ children }: DirectoryProps) { function HighlightIcon() { return ( - - + + ) }