Skip to content

Commit

Permalink
feat(toolbar): m3 color
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Aug 12, 2022
1 parent 12842d8 commit cdd6cdb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/shared/colors/ToolbarColors.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ import { cls } from '../cls.js';
export const ToolbarColors = (colorsProp = {}, dark) => {
return {
bgIos: cls('bg-bars-ios-light', dark('dark:bg-bars-ios-dark')),
bgMaterial: cls(
'bg-bars-material-light',
dark('dark:bg-bars-material-dark')
),
bgMaterial: cls('bg-md-light-surface-2', dark('dark:bg-md-dark-surface-2')),
...colorsProp,
};
};

0 comments on commit cdd6cdb

Please sign in to comment.