Skip to content

Commit

Permalink
remove min height
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronClaydon committed Feb 25, 2024
1 parent a702442 commit ad6ed3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ServiceIcon.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div
class="text-sm text-center inline-block py-0 px-2 rounded bg-blue-200 min-h-8 min-w-[1rem] border-solid border border-gray-300 dark:border-gray-600"
class="text-sm text-center inline-block py-0 px-2 rounded bg-blue-200 min-w-[1rem] border-solid border border-gray-300 dark:border-gray-600"
:class="{'text-gray-800': darkText, 'text-white': !darkText}"
:style="[service.BrandColour ? {'background': service.BrandColour} : {}]"
v-if="service.ServiceName != '' || service.BrandIcon != ''"
Expand Down

0 comments on commit ad6ed3a

Please sign in to comment.