Skip to content

Commit

Permalink
make diamonds a whisker bigger by default (#4923)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianjelfs authored Dec 5, 2023
1 parent 81a9224 commit 8c6c9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/src/components/icons/Diamond.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
import type { DiamondMembershipStatus } from "openchat-client";
export let size = "0.8em";
export let size = "0.9em";
export let width = size;
export let height = size;
export let show: "blue" | "gold" | undefined = undefined;
Expand Down

0 comments on commit 8c6c9ea

Please sign in to comment.