Skip to content

Commit

Permalink
button width updated
Browse files Browse the repository at this point in the history
  • Loading branch information
modamaan committed Jan 26, 2025
1 parent 0b053f6 commit 5eb919f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
19 changes: 5 additions & 14 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"labels": [
"dependencies"
],
"reviewers": [
"@ohcnetwork/care-fe-code-reviewers"
],
"extends": ["config:recommended"],
"labels": ["dependencies"],
"reviewers": ["@ohcnetwork/care-fe-code-reviewers"],
"automergeStrategy": "squash",
"automergeType": "pr",
"bumpVersion": "minor",
"packageRules": [
{
"groupName": "all dependencies (minor, patch)",
"matchUpdateTypes": [
"minor",
"patch"
],
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}
}
7 changes: 6 additions & 1 deletion src/components/Common/AvatarEditModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,12 @@ const AvatarEditModal = ({

<div className="flex flex-col gap-2 pt-4 sm:flex-row">
<div>
<Button id="upload-cover-image" variant="primary" asChild>
<Button
id="upload-cover-image"
variant="primary"
className="w-full"
asChild
>
<label className="cursor-pointer">
<CareIcon
icon="l-cloud-upload"
Expand Down

0 comments on commit 5eb919f

Please sign in to comment.