We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a3781 commit 9567d16Copy full SHA for 9567d16
packages/core/theme/src/components/alert.ts
@@ -22,10 +22,10 @@ import {tv} from "../utils/tv";
22
*/
23
const alert = tv({
24
slots: {
25
- base: ["flex flex-row w-[342px] h-17 p-3"],
+ base: ["flex flex-row w-[260px] sm:w-[342px] h-17 p-3"],
26
title: ["text-medium font-normal block h-6"],
27
description: ["text-small font-normal h-5"],
28
- mainWrapper: ["w-[268px] h-11 ms-5 flex flex-col box-border items-start"],
+ mainWrapper: ["sm:w-[268px] w-[186px] h-11 ms-5 flex flex-col box-border items-start"],
29
closeButton: ["w-6 h-6 cursor-pointer relative"],
30
closeIcon: ["fill-current"],
31
},
0 commit comments