Skip to content

Commit

Permalink
fix(CellDescription): Change Draft Message icon colour
Browse files Browse the repository at this point in the history
  • Loading branch information
przemvs committed Jan 14, 2025
1 parent 549fed0 commit 9fcad74
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ import {CSSObject} from '@emotion/react';
export const iconStyle: CSSObject = {
verticalAlign: 'middle',
marginRight: '8px',

path: {
fill: 'var(--background)',
},
};

0 comments on commit 9fcad74

Please sign in to comment.