Skip to content

Commit

Permalink
Fix message alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Fosol committed Dec 15, 2024
1 parent 9072227 commit cb13d1b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/subscriber/src/features/login/styled/SystemMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,16 @@ export const SystemMessage = styled.div`
float: right;
color: ${(props) => props.theme.css.btnBkPrimary};
}
.ql-align-left {
text-align: left;
}
.ql-align-center {
text-align: center;
}
.ql-align-right {
text-align: right;
}
`;

0 comments on commit cb13d1b

Please sign in to comment.