Skip to content

Commit

Permalink
changed text style
Browse files Browse the repository at this point in the history
  • Loading branch information
NyashaMuusha committed May 22, 2024
1 parent d81ef1b commit e6e98af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const Deterministic = ({ linkingRules }: DeterministicProps) => {
flexDirection: 'column',
gap: 2,
justifyContent: 'center',
alignItems: 'right'
alignItems: 'flex-start'
}}
>
{Object.keys(deterministicRules).map((key, index) => (
Expand Down

0 comments on commit e6e98af

Please sign in to comment.