Skip to content

Commit

Permalink
style: update HighlightIcon styles
Browse files Browse the repository at this point in the history
  • Loading branch information
hlxdev committed Apr 10, 2024
1 parent ed47814 commit 2b4ab17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/linguagens/python/estruturando-o-projeto.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Agora precisamos criar uma estrutura para o projeto, definir onde vão ficar os
<Directory.File name='events.py' />
</Directory.Folder>

<Directory.Folder name='functions' />
<Directory.File name='main.py' />

<Directory.Env />
Expand Down
4 changes: 2 additions & 2 deletions src/components/Directory/Directory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ function Directory({ children }: DirectoryProps) {

function HighlightIcon() {
return (
<span className='w-[12px] h-[12px] rounded-full border border-solid border-ctp-text bg-emerald-400 ml-auto mr-0 relative'>
<span className='w-2/5 h-2/5 shadow-[2px_2px_15px_2px_rgba(5,150,105)] shadow-emerald-300 absolute inset-0' />
<span className='w-[10px] h-[10px] rounded-full border border-solid border-ctp-text bg-ctp-green ml-auto mr-0 relative'>
<span className='w-2/5 h-2/5 shadow-[2px_2px_15px_1px] shadow-ctp-green absolute inset-0' />
</span>
)
}
Expand Down

0 comments on commit 2b4ab17

Please sign in to comment.