Skip to content

Commit

Permalink
oops, take out garish colors
Browse files Browse the repository at this point in the history
  • Loading branch information
martindstone committed Jul 19, 2024
1 parent da8d78e commit e703506
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ const ColumnsModalItem = ({
let tagText = columnLabel(column);
if (itemType === 'custom') {
if (columnType === 'alert') {
tagProps.colorScheme = 'red';
tagProps.px = 2;
tagText = (
<Text as="span">
Expand All @@ -87,7 +86,6 @@ const ColumnsModalItem = ({
</Text>
);
} else {
tagProps.colorScheme = 'purple';
tagProps.px = 2;
tagText = (
<Text as="span">
Expand Down

0 comments on commit e703506

Please sign in to comment.