Skip to content

Commit

Permalink
style: mdi menu up icon
Browse files Browse the repository at this point in the history
  • Loading branch information
hetd54 committed Dec 9, 2024
1 parent 57e4946 commit bdfe61e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/base/Accordion.vue
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<template>
<div>
<div
class="card has-background-"
:class="{ 'not-expanded': !expanded, 'has-background-': backgroundColor }"
class="card has-background-info"
:class="{ 'not-expanded': !expanded}"
>
<header class="card-header" @click="toggleCardState">
<p class="card-header-title">
{{ title }}
</p>
<a class="card-header-icon">
<span class="icon">
<i class="mdi mdi-information-outline mdi-24px" />
<i class="mdi mdi-menu-up mdi-24px" />
</span>
</a>
</header>
Expand Down

0 comments on commit bdfe61e

Please sign in to comment.