Skip to content

Commit

Permalink
revert contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
matuskosut committed Mar 21, 2024
1 parent 59a161e commit 9d69cb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/.vitepress/components/SimpleButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ export default {
v-bind="props"
rounded="sm"
:block="block"
:color="blue ? '#3e628a' : '#fff'"
:color="blue ? '#253a55' : '#fff'"
:size="size"
:target="target"
:elevation="elevation"
:href="href"
:append-icon="isHovering ? 'mdi-chevron-triple-right' : 'mdi-chevron-right'"
>
<!-- org color: #253a55 -->
<!-- rgba(37, 58, 85, 1) -->
{{ title }}
<template v-slot:append>
<!-- :class="{'ml-1': isHovering, 'mr-1': !isHovering}" -->
Expand Down

0 comments on commit 9d69cb2

Please sign in to comment.