mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-07 21:21:49 +02:00
🎨 Correct text size
This commit is contained in:
parent
fdc0bf57db
commit
d62bd3b457
1 changed files with 2 additions and 2 deletions
|
@ -41,9 +41,9 @@ const PollOptionVoteSummary: React.FunctionComponent<{ optionId: string }> = ({
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
{noVotes ? (
|
{noVotes ? (
|
||||||
<div className="rounded-lg bg-gray-50 p-2 text-center text-gray-500">
|
<p className="rounded-lg bg-gray-50 p-2 text-center text-sm text-gray-500">
|
||||||
{t("noVotes")}
|
{t("noVotes")}
|
||||||
</div>
|
</p>
|
||||||
) : (
|
) : (
|
||||||
<div className="grid grid-cols-2 gap-2">
|
<div className="grid grid-cols-2 gap-2">
|
||||||
<div className="col-span-1 space-y-2.5">
|
<div className="col-span-1 space-y-2.5">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue