feat: theme colors (#1195)

This commit is contained in:
Anthony Fu 2023-01-16 11:26:19 +01:00 committed by GitHub
parent 2e79f3aa37
commit 8753a94aae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 298 additions and 35 deletions

View file

@ -1,7 +1,7 @@
<template>
<button
v-if="$pwa?.needRefresh"
bg="fade" relative rounded
bg="primary-fade" relative rounded
flex="~ gap-1 center" px3 py1 text-primary
@click="$pwa.updateServiceWorker()"
>

View file

@ -1,7 +1,7 @@
<template>
<div
v-if="$pwa?.needRefresh"
m-2 p5 bg="fade" relative
m-2 p5 bg="primary-fade" relative
rounded-lg of-hidden
flex="~ col gap-3"
>