Skip to content

Commit

Permalink
fix(fuselage): color sidebar highlighted (#1447)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Sep 24, 2024
1 parent 20af1c8 commit 1d038fd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/tame-poems-drop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/fuselage": patch
---

Fixed color sidebar highlighted
1 change: 0 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
with:
node-version: "22.2.0"
cache: "yarn"
- uses: rharkor/[email protected]
- uses: actions/cache@v3
id: yarn-cache
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
**/node_modules
.yarn/cache
key: ${{ runner.os }}-modules-${{ hashFiles('yarn.lock') }}
- uses: rharkor/[email protected]
- name: Turbo Cache
id: turbo-cache
uses: actions/cache@v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $sidebar-color-stroke-default: theme(
$sidebar-item-color: theme('sidebar-item-color', colors.font(secondary-info));
$sidebar-item-color-highlighted: theme(
'sidebar-item-color-highlighted',
colors.font(pure-white)
colors.font(titles-labels)
);
$sidebar-item-background-color-hover: theme(
'sidebar-item-background-color-hover',
Expand Down
1 change: 1 addition & 0 deletions packages/layout/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default {
'storybook-dark-mode',
'@storybook/addon-webpack5-compiler-swc',
],
logLevel: 'silent',

stories: ['../src/**/*.stories.tsx', '../src/**/stories.tsx'],

Expand Down

0 comments on commit 1d038fd

Please sign in to comment.