Skip to content

Commit

Permalink
fix: Fix Application Border Radius - MEED-6880 - Meeds-io/meeds#2015 (#…
Browse files Browse the repository at this point in the history
…486)

Prior to this change, profile page widgets was displayed without border
radius as defined in Branding. This change deletes the 'white' class
introduced on application main element to let the application display
inherit the border radius as defined in branding using
'card-border-radius'.
  • Loading branch information
boubaker authored May 20, 2024
1 parent f6f9eac commit 9d75599
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<template>
<v-app
:class="owner && 'kudosOverviewApplication' || 'kudosOverviewApplicationOther'"
class="white">
:class="owner && 'kudosOverviewApplication' || 'kudosOverviewApplicationOther'">
<widget-wrapper
id="kudosOverviewHeader"
:title="$t('exoplatform.kudos.button.rewardedKudos')">
Expand Down

0 comments on commit 9d75599

Please sign in to comment.