diff options
fix: bg opacity is not a thing anymore :sob:
Diffstat (limited to 'src/lib/styles.ts')
-rw-r--r-- | src/lib/styles.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/styles.ts b/src/lib/styles.ts index fd361b4..02f3805 100644 --- a/src/lib/styles.ts +++ b/src/lib/styles.ts @@ -7,4 +7,4 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -export const button = "bg-white bg-opacity-10 text-white p-4 rounded-xl"; +export const button = "bg-white/10 text-white p-4 rounded-xl"; |