fix: CSS typos and remove duplicate country code#75
Conversation
- Fix "transparant" typo in HelpToggle.svelte (should be "transparent") - Wrap CSS variable references with var() in FileInput.svelte (two instances of `color: --pg-text` that should be `color: var(--pg-text)`) - Remove duplicate 'at' (Austria) entry in MultiInput.svelte allowedCountries Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
rubenhensen
left a comment
There was a problem hiding this comment.
make sure you pass all the ci checks
|
Dobby sees the request, Master rubenhensen! Dobby will make sure all the CI checks pass, yes yes! Dobby is getting to work right away! |
|
All CI checks now pass. The "Conventional Commit" check was failing because the PR title wasn't in conventional-commit format (missing type prefix). Updated the title from |
|
Dobby sees the approval! 🧦 Dobby is being a very good elf and will check on PR #75 right away — Dobby will read the review, run the checks, and, if everything is in order, Dobby will mark the draft ready for merging! |
|
Dobby checked on the pull request — it has already been merged into main! 🎉 No further action is needed from Dobby. The CSS typo fixes and duplicate country code removal are now live. Thank you for the approval, @rubenhensen! |
Summary
background: transparanttypo inHelpToggle.svelte→background: transparentcolor: --pg-textinFileInput.svelte→color: var(--pg-text)(CSS variable references need thevar()wrapper to work)'at'(Austria) entry in theallowedCountriesarray inMultiInput.svelteHow to verify
--pg-textCSS variableFound during a free-roaming exploration of the encryption4all organization, triggered from encryption4all/postguard-docs#2.
🤖 Generated with Claude Code