Skip to content

Commit

Permalink
Update CSS styles in theme inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithDennis committed Oct 19, 2024
1 parent db97d57 commit e39a525
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion resources/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}

.theme-inspector-container > div {
@apply flex items-center px-[15px] py-[10px] overflow-hidden bg-white rounded-[5px] ring-1 ring-gray-950/5 whitespace-nowrap dark:divide-white/5 dark:bg-gray-900 dark:ring-white/10;
@apply flex items-center px-[10px] py-[5px] overflow-hidden bg-white rounded-[5px] ring-1 ring-gray-950/5 whitespace-nowrap dark:divide-white/5 dark:bg-gray-900 dark:ring-white/10;
}

.theme-inspector-container.is-visible {
Expand Down
Loading

0 comments on commit e39a525

Please sign in to comment.