Skip to content
This repository has been archived by the owner on Feb 28, 2025. It is now read-only.

Commit

Permalink
radix props
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyplay authored and olegklimov committed Aug 17, 2024
1 parent 7c23160 commit 2b525ff
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/components/Tour/TourTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,16 @@ export function TourTitle({ title }: TourTitle) {
style={{ marginTop: 5, marginBottom: 5 }}
/>
<Text
size="2"
m="4"
mt="0"
ml="2"
style={{
color: appearance == "dark" ? "black" : "white",
fontSize: 14,
margin: 4,
marginTop: 0,
marginLeft: 8,
// fontSize: 14,
// margin: 4,
// marginTop: 0,
// marginLeft: 8,
paddingRight: 30,
alignSelf: "center",
}}
Expand Down

0 comments on commit 2b525ff

Please sign in to comment.