mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-01 02:01:48 +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 (
|
||||
<div>
|
||||
{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")}
|
||||
</div>
|
||||
</p>
|
||||
) : (
|
||||
<div className="grid grid-cols-2 gap-2">
|
||||
<div className="col-span-1 space-y-2.5">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue