@greatapps/common 1.1.334 → 1.1.336
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -170,7 +170,7 @@ export function PreferencesSection({ onClose }: PreferencesSectionProps) {
|
|
|
170
170
|
<Separator />
|
|
171
171
|
|
|
172
172
|
<div className="flex flex-col gap-4">
|
|
173
|
-
<span className="paragraph-medium-semibold text-gray-
|
|
173
|
+
<span className="paragraph-medium-semibold text-gray-950">Exibição hora</span>
|
|
174
174
|
<div className="flex flex-col lg:flex-row items-center gap-3">
|
|
175
175
|
<ComboboxField
|
|
176
176
|
label="Fuso horário"
|
|
@@ -24,7 +24,7 @@ function NotificationsPopover({
|
|
|
24
24
|
side,
|
|
25
25
|
align,
|
|
26
26
|
contentClassName,
|
|
27
|
-
badgeClassName = "bg-
|
|
27
|
+
badgeClassName = "bg-cyan-300",
|
|
28
28
|
}: NotificationsPopoverProps) {
|
|
29
29
|
const [open, setOpen] = useState(false);
|
|
30
30
|
const { data: messagesData } = useMessages({ type: 'notification', readed: true, limit: 5 });
|