diff --git a/components/modal/modal-title.tsx b/components/modal/modal-title.tsx index 841a3bf..4de52cc 100644 --- a/components/modal/modal-title.tsx +++ b/components/modal/modal-title.tsx @@ -32,7 +32,7 @@ const ModalTitle: React.FC = React.memo(({ justify-content: center; align-items: center; word-break: break-word; - text-transform: uppercase; + text-transform: capitalize; color: ${theme.palette.foreground}; } `} diff --git a/components/modal/modal-wrapper.tsx b/components/modal/modal-wrapper.tsx index d9954ea..4a899c5 100644 --- a/components/modal/modal-wrapper.tsx +++ b/components/modal/modal-wrapper.tsx @@ -28,7 +28,7 @@ const ModalWrapper: React.FC> = React {children} diff --git a/components/styles/themes/dark.ts b/components/styles/themes/dark.ts index 7ae67f2..7282460 100644 --- a/components/styles/themes/dark.ts +++ b/components/styles/themes/dark.ts @@ -48,7 +48,7 @@ export const expressiveness: ZeitUIThemesExpressiveness = { shadowSmall: '0 0 0 1px #333', shadowMedium: '0 0 0 1px #333', shadowLarge: '0 0 0 1px #333', - portalOpacity: 0.25, + portalOpacity: 0.75, } export const layout: ZeitUIThemesLayout = {