Skip to content

Commit

Permalink
style: unify sizing of explorer items
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashornych committed Oct 1, 2024
1 parent ebe6dd4 commit 7564280
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/connection/explorer/component/CatalogItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ function createMenuAction(
:flags="flags"
:actions="actionList"
@click:action="handleAction"
class="text-gray-light text-sm-body-2"
class="text-gray-light"
>
{{ catalog.name }}
</VTreeViewItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function createMenuAction(
:actions="actionList"
@click="openDataGrid"
@click:action="handleAction"
class="text-gray-light text-sm-body-2"
class="text-gray-light"
>
{{ entityCollection.entityType }}
</VTreeViewItem>
Expand Down

0 comments on commit 7564280

Please sign in to comment.