Skip to content

Commit

Permalink
Fixed the a small issue of title color when theme is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
DevMhrn committed Aug 2, 2024
1 parent 0c4d353 commit 1bb107f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sections/Projects/Sistent/sistent.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,8 @@ const SistentWrapper = styled.div`
.card_head .title {
font-size: 32px;
font-weight: 700;
color:#FFFFFF;
color: ${props => props.theme.text};
}
.card .text {
Expand Down

0 comments on commit 1bb107f

Please sign in to comment.