Skip to content

Commit ce8960e

Browse files
committed
fixed that a shadow was visible in the toast flag
1 parent 188e83f commit ce8960e

File tree

5 files changed

+1090
-197
lines changed

5 files changed

+1090
-197
lines changed

library/src/components/ToastFlag.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export function showFlagExtended({
141141
appearance={appearance}
142142
type={flagType}
143143
style={flagStyle}
144-
className="bottom-0 bg-transparent p-0"
144+
className="bottom-0 bg-transparent p-0 shadow-none"
145145
{...props}
146146
/>,
147147
{

0 commit comments

Comments
 (0)