Skip to content

Commit

Permalink
update : small badge size 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
chanos-dev committed Jun 7, 2023
1 parent 7b88239 commit 9a57ec5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public async Task<string> GetMediumBadge(string id, ETheme theme, CancellationTo
string trustColor = Palette.GetTrustColor(trustLv);

string svg = $@"
<svg width=""230"" height=""60"" viewBox=""0 0 230 60"" fill=""none"" xmlns=""http://www.w3.org/2000/svg""
<svg width=""193"" height=""60"" viewBox=""0 0 193 60"" fill=""none"" xmlns=""http://www.w3.org/2000/svg""
xmlns:xlink=""http://www.w3.org/1999/xlink"">
<style>
.text {{
Expand Down

0 comments on commit 9a57ec5

Please sign in to comment.