Skip to content

Commit

Permalink
Merge pull request #125 from sametcodes/53-queries
Browse files Browse the repository at this point in the history
style(#53): updated flock component
  • Loading branch information
sametcodes authored Apr 7, 2023
2 parents b7ec4e0 + 5ae9f8a commit f4ef9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/@dsvgui/components/flock/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const Flock: React.FC<IFlock> = ({
const subtitleWidth = subtitle
? getTextWidth(subtitle.trim(), {
fontSize: subtitleFontSize,
ratio: 0.445,
ratio: 0.465
})
: 0;

Expand Down

0 comments on commit f4ef9d0

Please sign in to comment.