Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/UI redesign #2

Merged
merged 13 commits into from
Jul 19, 2024
Prev Previous commit
Next Next commit
Tweak the border radius of popovers
Signed-off-by: Axel Boberg <git@axelboberg.se>
  • Loading branch information
axelboberg committed Jun 29, 2024
commit 05d13c6ceb5196620378f22f433111a193bcdfdb
2 changes: 1 addition & 1 deletion app/components/Popover/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

text-align: center;

border-radius: 10px;
border-radius: 15px;
background: var(--base-color--background);

box-sizing: border-box;
Expand Down