Skip to content

Commit

Permalink
Selection color changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ackava committed Nov 25, 2024
1 parent 75a81ad commit 097505f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/basic/styles/calendar-style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ import styled from "@web-atoms/core/dist/style/styled";
text-decoration: line-through;
}
&[data-selected-item=true] {
background-color: blueviolet;
color: white;
background-color: var( --selection-color, blueviolet);
color: var( --selection-color-text, white);
}
}
}
Expand Down

0 comments on commit 097505f

Please sign in to comment.