mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-20 09:47:21 +02:00
📦 Upgrade tailwind and start using size utility (#989)
This commit is contained in:
parent
048c475cf7
commit
d0b359afaf
80 changed files with 177 additions and 170 deletions
|
@ -84,7 +84,7 @@ export const TimesShownIn = () => {
|
|||
return (
|
||||
<ClockPreferences>
|
||||
<button className="inline-flex items-center gap-x-2 text-sm hover:underline">
|
||||
<GlobeIcon className="h-4 w-4" />
|
||||
<GlobeIcon className="size-4" />
|
||||
<Trans i18nKey="timeShownIn" values={{ timeZone: timeZoneName }} />
|
||||
</button>
|
||||
</ClockPreferences>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue