Skip to content

Commit

Permalink
refactor: update color
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulyadav-57 committed Aug 1, 2024
1 parent b01533f commit 1a4d6d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/workspace/ABIUi/ABIUi.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
width: 100%;
box-shadow: none;
background: var(--grey--10);
color: var(--grey);
color: var(--light-grey);
}
.actions {
width: 100%;
Expand Down
1 change: 1 addition & 0 deletions src/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
--text-color: #f7f7f7;
--black-500: #0e0e10;
--grey: #4f4e4e;
--light-grey: #7e7d7d;
--grey-500: #1a1a1a;
--grey-900: #232328;
--grey-1000: #131212;
Expand Down

0 comments on commit 1a4d6d9

Please sign in to comment.