Skip to content

Commit

Permalink
feat(COLORS_ANDROID): add source_color
Browse files Browse the repository at this point in the history
  • Loading branch information
InioX committed Sep 17, 2023
1 parent d90a92a commit ac0c000
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/util/color.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ pub const COLORS: [&str; 30] = [
"inverse_primary",
];

pub const COLORS_ANDROID: [&str; 25] = [
pub const COLORS_ANDROID: [&str; 26] = [
"source_color",
"color_accent_primary",
"color_accent_primary_variant",
"color_accent_secondary",
Expand Down

0 comments on commit ac0c000

Please sign in to comment.