mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
fix: github button
close: https://github.com/koreanbots/v2-testing/issues/9
This commit is contained in:
parent
3266fd7cc3
commit
bd6cc598e0
@ -24,7 +24,7 @@ const Tag = ({
|
||||
? 'bg-discord-blurple text-white'
|
||||
: 'bg-little-white-hover hover:bg-little-white dark:bg-very-black'
|
||||
: github
|
||||
? 'bg-gray-900 text-white'
|
||||
? 'bg-gray-900 text-white hover:bg-gray-700'
|
||||
: 'bg-little-white dark:bg-discord-black hover:bg-little-white-hover'
|
||||
} ${!blurple && !github ? 'text-black dark:text-gray-400' : ''} ${
|
||||
circular ? `rounded-3xl ${bigger ? 'px-3.5 py-2.5' : 'px-2.5 py-1.5'}` : `rounded ${bigger ? 'px-3 py-2' : 'px-2 py-1'}`
|
||||
@ -42,7 +42,7 @@ const Tag = ({
|
||||
? 'bg-discord-blurple text-white'
|
||||
: 'bg-little-white-hover hover:bg-little-white dark:bg-very-black'
|
||||
: github
|
||||
? 'bg-gray-900 text-white'
|
||||
? 'bg-gray-900 text-white hover:bg-gray-700'
|
||||
: 'bg-little-white dark:bg-discord-black hover:bg-little-white-hover'
|
||||
} ${!blurple && !github ? 'text-black dark:text-gray-400' : 'hover:bg-little-white-hover'} ${
|
||||
circular ? `rounded-3xl ${bigger ? 'px-3.5 py-2.5' : 'px-2.5 py-1.5'}` : `rounded ${bigger ? 'px-3 py-2' : 'px-2 py-1'}`
|
||||
@ -59,7 +59,7 @@ const Tag = ({
|
||||
? blurple
|
||||
? 'font-bg bg-discord-blurple text-white'
|
||||
: github
|
||||
? 'bg-gray-900 text-white'
|
||||
? 'bg-gray-900 text-white hover:bg-gray-700'
|
||||
: `bg-little-white-hover dark:bg-very-black ${props.onClick ? 'hover:bg-little-white dark:hover:bg-discord-dark-hover transition duration-100 ease-in' : '' }`
|
||||
: `bg-little-white dark:bg-discord-black ${props.onClick ? 'hover:bg-little-white-hover dark:hover:bg-discord-dark-hover transition duration-100 ease-in' : '' }`
|
||||
} ${!blurple && !github ? 'text-black dark:text-gray-400' : ''} ${
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user