Skip to content

Commit

Permalink
fix: remove border-radius from bulma button to look like UNDP design …
Browse files Browse the repository at this point in the history
…button (#2622)
  • Loading branch information
JinIgarashi authored Jan 3, 2024
1 parent 6c77e3c commit 06c66b7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/many-berries-crash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"geohub": patch
---

fix: remove border-radius from bulma button to look like UNDP design button
5 changes: 5 additions & 0 deletions sites/geohub/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,9 @@
<style global lang="scss">
@import '@undp-data/undp-bulma/bulma.scss';
@import 'https://use.fontawesome.com/releases/v6.1.1/css/all.css';
.button {
// remove border-radius from bulma button to look like UNDP design system
border-radius: 0;
}
</style>

0 comments on commit 06c66b7

Please sign in to comment.