refactor(dialog): standardize icon container styling (#26036)

Co-authored-by: Rajiv Sahal <sahalrajiv-extc@atharvacoe.ac.in>
This commit is contained in:
Eesh Midha
2025-12-19 19:22:04 +05:30
committed by GitHub
co-authored by Rajiv Sahal
parent 125ed4f6f7
commit 6910b85301
@@ -257,8 +257,8 @@ export const EditLocationDialog = (props: ISetLocationDialog) => {
}
}}>
<div className="flex flex-row md:space-x-3">
<div className="bg-subtle mx-auto hidden h-12 w-12 shrink-0 items-center justify-center rounded-full sm:mx-0 sm:h-10 sm:w-10 md:flex">
<Icon name="map-pin" className="text-emphasis h-6 w-6" />
<div className="bg-subtle hidden h-10 w-10 shrink-0 justify-center rounded-full md:flex">
<Icon name="map-pin" className="m-auto h-6 w-6" />
</div>
<div className="w-full md:pt-1">
<DialogHeader title={t("edit_location")} />