fix(front): various UI improvements
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -30,7 +30,9 @@
|
||||
class="flex-1 min-w-[200px]"
|
||||
>
|
||||
<template v-slot="props">
|
||||
<div class="dark:bg-violet-3 p-1 flex items-center gap-1">
|
||||
<div
|
||||
class="dark:bg-violet-3 p-1 flex items-center gap-1 flex-1 dark:text-white"
|
||||
>
|
||||
<div class="">
|
||||
<img
|
||||
v-if="
|
||||
@@ -41,6 +43,7 @@
|
||||
width="24"
|
||||
height="24"
|
||||
alt=""
|
||||
class="dark:fill-white"
|
||||
/>
|
||||
<o-icon v-else-if="props.option.icon" :icon="props.option.icon" />
|
||||
<o-icon v-else icon="help-circle" />
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
<section>
|
||||
<div
|
||||
class="flex gap-1 flex-row mb-3 bg-mbz-yellow p-3 rounded items-center"
|
||||
class="flex gap-1 flex-row mb-3 bg-mbz-yellow dark:text-black p-3 rounded items-center"
|
||||
>
|
||||
<o-icon
|
||||
icon="alert"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<span
|
||||
class="rounded-md truncate text-sm text-violet-title px-2 py-1"
|
||||
class="rounded-md truncate text-sm text-black px-2 py-1"
|
||||
:class="[
|
||||
typeClasses,
|
||||
capitalize,
|
||||
|
||||
Reference in New Issue
Block a user