Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti committed Apr 27, 2023
1 parent 2a725aa commit 90ed740
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions apps/meteor/app/theme/client/imports/general/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@
*/
--sidebar-width: 280px;
--sidebar-small-width: 90%;

--sidebar-background-hover: var(--rc-color-primary-dark);
--sidebar-background-light: var(--rc-color-primary-lightest);
--sidebar-background-light-hover: var(--rc-color-primary-light);
Expand Down Expand Up @@ -351,9 +350,7 @@
--tooltip-text-size: 0.75rem;
--tooltip-radius: var(--border-radius);
}

.rcx-sidebar--main {
/* --sidebar-background: red; */
--sidebar-background: var(--rcx-color-surface-tint, #262931);
--sidebar-item-text-color: var(--rcx-color-font-default, #9EA2A8);
--sidebar-item-text-color: var(--rcx-color-font-default, #9ea2a8);
}

0 comments on commit 90ed740

Please sign in to comment.