Skip to content

Commit

Permalink
change ring color to text
Browse files Browse the repository at this point in the history
  • Loading branch information
lil5 committed May 21, 2024
1 parent 97f6938 commit 5db61fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/Routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ function AppRoute() {
<BagSVG bag={{ number: "", color: "currentColor" }} isList />
</div>
{hasBagTooOldMe ? (
<div className="tw-rounded-full tw-w-2.5 tw-h-2.5 tw-absolute tw-top-[3px] tw-left-[calc(50%+10px)] tw-ring-1 tw-bg-danger"></div>
<div className="tw-rounded-full tw-w-2.5 tw-h-2.5 tw-absolute tw-top-[3px] tw-left-[calc(50%+10px)] tw-ring-1 tw-ring-text tw-bg-danger"></div>
) : null}
<IonLabel className="tw-text-[10px]">{t("bags")}</IonLabel>
</IonTabButton>
Expand Down

0 comments on commit 5db61fa

Please sign in to comment.