Skip to content

Commit

Permalink
Merge pull request #57 from david-storm/main
Browse files Browse the repository at this point in the history
fix: border radius
  • Loading branch information
podarok authored Dec 8, 2023
2 parents 37a5069 + 6d9822e commit 49a8a57
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

.hb-location-checkbox-wrapper {
align-items: center;
border-radius: 10px;
border-radius: var(--wsBorderRadius, unset);
border: 2px solid var(--ylb-color-white);
color: inherit;
display: flex;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ws_checkbox:
version: 0.3
version: 0.4
css:
component:
assets/css/ws-checkbox.css: {}
Expand Down

0 comments on commit 49a8a57

Please sign in to comment.