Skip to content

Commit

Permalink
chore(alert): make alert more responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav700 committed Oct 15, 2024
1 parent c9a3781 commit 9567d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/theme/src/components/alert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ import {tv} from "../utils/tv";
*/
const alert = tv({
slots: {
base: ["flex flex-row w-[342px] h-17 p-3"],
base: ["flex flex-row w-[260px] sm:w-[342px] h-17 p-3"],
title: ["text-medium font-normal block h-6"],
description: ["text-small font-normal h-5"],
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"],
closeButton: ["w-6 h-6 cursor-pointer relative"],
closeIcon: ["fill-current"],
},
Expand Down

0 comments on commit 9567d16

Please sign in to comment.