Skip to content

Commit

Permalink
added update and plugin enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Oct 10, 2024
1 parent 7aa2695 commit b694f62
Show file tree
Hide file tree
Showing 5 changed files with 327 additions and 105 deletions.
6 changes: 1 addition & 5 deletions apps/box/src/components/GlobalBottomSheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,7 @@ export const GlobalBottomSheet = React.forwardRef<
/>
<FxText marginTop="4">{plugin.name}</FxText>
{activePlugins.includes(plugin.name) && (
<FxText
variant="bodyXSLight"
color={theme.colors.greenBase}
marginTop="0"
>
<FxText variant="bodyXSLight" color="greenBase" marginTop="0">
Installed
</FxText>
)}
Expand Down
Loading

0 comments on commit b694f62

Please sign in to comment.